Class ApprovalRequestData
- Namespace
- Microsoft.Exchange.WebServices.Data
- Assembly
- Microsoft.Exchange.WebServices.dll
Represents approval request information.
public sealed class ApprovalRequestData : ComplexProperty
- Inheritance
-
ApprovalRequestData
- Inherited Members
Properties
ApprovalDecision
Gets the approval decision on the request.
public int ApprovalDecision { get; }
Property Value
ApprovalDecisionMaker
Gets the name of the user who made the decision.
public string ApprovalDecisionMaker { get; }
Property Value
ApprovalDecisionTime
Gets the time at which the decision was made.
public DateTime ApprovalDecisionTime { get; }
Property Value
IsUndecidedApprovalRequest
Gets a value indicating whether this is an undecided approval request.
public bool IsUndecidedApprovalRequest { get; }