Conversation.GlobalFlagStatus Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the aggregated flag status for all conversation items in a mailbox.
public:
property Microsoft::Exchange::WebServices::Data::ConversationFlagStatus GlobalFlagStatus { Microsoft::Exchange::WebServices::Data::ConversationFlagStatus get(); };
public Microsoft.Exchange.WebServices.Data.ConversationFlagStatus GlobalFlagStatus { get; }
Public ReadOnly Property GlobalFlagStatus As ConversationFlagStatus
Property Value
A flag status.
Remarks
Use the FlagStatus property to get the aggregated flag status for all conversation items in the current folder.