UpdateItemType.MessageDisposition 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.
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.
public:
property ExchangeWebServices::MessageDispositionType MessageDisposition { ExchangeWebServices::MessageDispositionType get(); void set(ExchangeWebServices::MessageDispositionType value); };
public ExchangeWebServices.MessageDispositionType MessageDisposition { get; set; }
Public Property MessageDisposition As MessageDispositionType
Property Value
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.