ApprovalRequestData Class
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.
Represents the approval state of an approval request message.The ApprovalRequestData class is applicable for clients that target Exchange Online and versions of Exchange starting with Exchange Server 2013.
public ref class ApprovalRequestData sealed : Microsoft::Exchange::WebServices::Data::ComplexProperty
public sealed class ApprovalRequestData : Microsoft.Exchange.WebServices.Data.ComplexProperty
Public NotInheritable Class ApprovalRequestData
Inherits ComplexProperty
- Inheritance
Remarks
Approval request messages are sent to a moderator as part of the message flow for moderated recipients. For more information, see Moderated Transport
Properties
ApprovalDecision |
Gets the approval decision on the approval request message. |
ApprovalDecisionMaker |
Gets the display name of the moderator who approved or rejected the request. |
ApprovalDecisionTime |
Gets the time at which a moderator approved or rejected the request. |
IsUndecidedApprovalRequest |
Gets a value indicating whether this approval request is awaiting a moderator to approve or reject the request. |