Table of Contents

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

int

ApprovalDecisionMaker

Gets the name of the user who made the decision.

public string ApprovalDecisionMaker { get; }

Property Value

string

ApprovalDecisionTime

Gets the time at which the decision was made.

public DateTime ApprovalDecisionTime { get; }

Property Value

DateTime

IsUndecidedApprovalRequest

Gets a value indicating whether this is an undecided approval request.

public bool IsUndecidedApprovalRequest { get; }

Property Value

bool