Documentation

DeliverMeetingRequestsType extends Enumeration
in package

Defines how meeting requests are handled between the delegate and the principal.

Table of Contents

Constants

DELEGATES_AND_ME  = 'DelegatesAndMe'
Meeting requests are forwarded to the delegate and remain in the Inbox folder in the principal's mailbox.
DELEGATES_AND_SEND_INFO_TO_ME  = 'DelegatesAndSendInformationToMe'
Meeting requests are forwarded to the delegate and remain in the Inbox folder in the principal's mailbox, but the Accept, Tentative, and Decline buttons do not appear in the Microsoft Office Outlook reading pane.
DELEGATES_ONLY  = 'DelegatesOnly'
Meeting requests are forwarded to the delegate and moved to the Deleted Items folder in the principal's mailbox.
NO_FORWARD  = 'NoForward'
Meeting requests are not forwarded to the delegate.

Properties

$_  : string
Element value.

Methods

__clone()  : mixed
Clones any object properties on a type object when it is cloned. Allows for a deep clone required when using object to represent data types when making a SOAP call.
__toString()  : string
Returns the value of this enumeration as a string.

Constants

DELEGATES_AND_ME

Meeting requests are forwarded to the delegate and remain in the Inbox folder in the principal's mailbox.

public string DELEGATES_AND_ME = 'DelegatesAndMe'
Tags
since

Exchange 2007 SP1

DELEGATES_AND_SEND_INFO_TO_ME

Meeting requests are forwarded to the delegate and remain in the Inbox folder in the principal's mailbox, but the Accept, Tentative, and Decline buttons do not appear in the Microsoft Office Outlook reading pane.

public string DELEGATES_AND_SEND_INFO_TO_ME = 'DelegatesAndSendInformationToMe'
Tags
since

Exchange 2007 SP1

DELEGATES_ONLY

Meeting requests are forwarded to the delegate and moved to the Deleted Items folder in the principal's mailbox.

public string DELEGATES_ONLY = 'DelegatesOnly'
Tags
since

Exchange 2007 SP1

NO_FORWARD

Meeting requests are not forwarded to the delegate.

public string NO_FORWARD = 'NoForward'
Tags
since

Exchange 2010

Properties

$_

Element value.

public string $_
Tags
deprecated
1.0.0

This property will be removed in a future release and should not be used. Instead, you should reference the constants implemented in the class directly.

Methods

__clone()

Clones any object properties on a type object when it is cloned. Allows for a deep clone required when using object to represent data types when making a SOAP call.

public __clone() : mixed

__toString()

Returns the value of this enumeration as a string.

public __toString() : string

.

Tags
suppress

PhanDeprecatedProperty

Return values
string

        
On this page

Search results