UpdateItemType.MessageDisposition Property
The MessageDisposition property gets or sets an enumeration value that describes how a message item is handled after it is updated. This property is required for message items, including meeting messages such as meeting cancellations, meeting requests, and meeting responses. This is a read/write property.
Namespace: ExchangeWebServices
Assembly: EWS (in EWS.dll)
Syntax
'Declaration
Public Property MessageDisposition As MessageDispositionType
Get
Set
'Usage
Dim instance As UpdateItemType
Dim value As MessageDispositionType
value = instance.MessageDisposition
instance.MessageDisposition = value
public MessageDispositionType MessageDisposition { get; set; }
Property Value
Type: ExchangeWebServices.MessageDispositionType
The MessageDisposition property returns a MessageDispositionType enumeration value.
Remarks
You must set the MessageDispositionSpecified property to true so that the MessageDisposition property is serialized into the Simple Object Access Protocol (SOAP) request.
See Also