CreateItemType.MessageDispositionSpecified Property
The MessageDispositionSpecified property gets or sets a Boolean value that specifies whether the MessageDisposition property is serialized into the Simple Object Access Protocol (SOAP) request.
Namespace: ExchangeWebServices
Assembly: EWS (in EWS.dll)
Syntax
'Declaration
Public Property MessageDispositionSpecified As Boolean
Get
Set
'Usage
Dim instance As CreateItemType
Dim value As Boolean
value = instance.MessageDispositionSpecified
instance.MessageDispositionSpecified = value
public bool MessageDispositionSpecified { get; set; }
Property Value
Type: System.Boolean
The MessageDispositionSpecified property returns true if the MessageDisposition property is serialized into the SOAP request; otherwise, the property returns false.
See Also