Microsoft.Protocols.TestSuites.MS_ASEMAIL.S03_EmailFlag.MSASEMAIL_S03_TC13_ClearEmailFlag_Status0 C# (CSharp) Method

MSASEMAIL_S03_TC13_ClearEmailFlag_Status0() private method

private MSASEMAIL_S03_TC13_ClearEmailFlag_Status0 ( ) : void
return void
        public void MSASEMAIL_S03_TC13_ClearEmailFlag_Status0()
        {
            Request.Flag newFlag = new Request.Flag { Status = "0" };

            // If server returned an empty Flag node, that is to say, the flag was cleared, then MS-ASEMAIL_R88 can be captured.
            // Add the debug information
            Site.Log.Add(LogEntryKind.Debug, "Verify MS-ASEMAIL_R88");

            // Verify MS-ASEMAIL requirement: MS-ASEMAIL_R88
            Site.CaptureRequirementIfIsTrue(
                this.VerifyClearEmailFlag(newFlag),
                88,
                @"[In Updating E-Mail Flags] When Action is Clearing the flag on an email, Required Properties from Device are: Status=0.");
        }
        #endregion
S03_EmailFlag