EmailMessage.ApprovalRequestData Property

Definition

Gets approval request details on an approval request message.

public:
 property Microsoft::Exchange::WebServices::Data::ApprovalRequestData ^ ApprovalRequestData { Microsoft::Exchange::WebServices::Data::ApprovalRequestData ^ get(); };
public Microsoft.Exchange.WebServices.Data.ApprovalRequestData ApprovalRequestData { get; }
Public ReadOnly Property ApprovalRequestData As ApprovalRequestData

Property Value

Remarks

In order for this property to contain data, the ApprovalRequestData value must be present in the property set passed to the Bind(ExchangeService, ItemId, PropertySet) method.

Approval request messages are sent to a moderator as part of the message flow for moderated recipients. For more information, see Moderated Transport

Applies to