MeetingMessageType.HasBeenProcessed Property
The HasBeenProcessed property gets or sets a Boolean value that indicates whether a meeting message item has been processed.
Namespace: ExchangeWebServices
Assembly: EWS (in EWS.dll)
Syntax
'Declaration
Public Property HasBeenProcessed As Boolean
Get
Set
'Usage
Dim instance As MeetingMessageType
Dim value As Boolean
value = instance.HasBeenProcessed
instance.HasBeenProcessed = value
public bool HasBeenProcessed { get; set; }
Property Value
Type: System.Boolean
The HasBeenProcessed property returns true if the meeting message item has been processed; otherwise, the property returns false.
See Also