Microsoft.Protocols.TestSuites.MS_OXWSCORE.S05_ManageMeetingItems.MSOXWSCORE_S05_TC05_MarkAllMeetingItemsAsReadSuccessfully C# (CSharp) Method

MSOXWSCORE_S05_TC05_MarkAllMeetingItemsAsReadSuccessfully() private method

        public void MSOXWSCORE_S05_TC05_MarkAllMeetingItemsAsReadSuccessfully()
        {
            Site.Assume.IsTrue(Common.IsRequirementEnabled(1290, this.Site), "Exchange 2007 and Exchange 2010 do not support the MarkAllItemsAsRead operation.");

            CalendarItemType[] items = new CalendarItemType[] { new CalendarItemType(), new CalendarItemType() };
            this.TestSteps_VerifyMarkAllItemsAsRead(items);
        }