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
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
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
NO_FORWARD
Meeting requests are not forwarded to the delegate.
public
string
NO_FORWARD
= 'NoForward'
Tags
Properties
$_
Element value.
public
string
$_
Tags
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
.