MessageDispositionType
extends Enumeration
in package
Describes how an e-mail message will be handled after it is created.
Table of Contents
Constants
- SAVE_ONLY = 'SaveOnly'
- The message item is saved in the folder that is specified by the SavedItemFolderId element.
- SEND_AND_SAVE_COPY = 'SendAndSaveCopy'
- The item is sent and a copy is saved in the folder that is identified by the SavedItemFolderId element.
- SEND_ONLY = 'SendOnly'
- The item is sent but no copy is saved in the Sent Items folder.
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
SAVE_ONLY
The message item is saved in the folder that is specified by the SavedItemFolderId element.
public
string
SAVE_ONLY
= 'SaveOnly'
Messages can be sent later by using the SendItem operation. An item identifier is returned in the response. Item identifiers are not returned for any item types except for message items. This includes response objects.
Tags
SEND_AND_SAVE_COPY
The item is sent and a copy is saved in the folder that is identified by the SavedItemFolderId element.
public
string
SEND_AND_SAVE_COPY
= 'SendAndSaveCopy'
An item identifier is not returned in the response.
Meeting requests are not saved to the folder that is identified by the SavedItemFolderId property. For calendaring, only the save location for calendar items can be specified by the SavedItemFolderId property. You cannot control where a meeting request item is saved. Only the associated calendar items are copied and saved into the folder that is identified by the SavedItemFolderId property.
Tags
SEND_ONLY
The item is sent but no copy is saved in the Sent Items folder.
public
string
SEND_ONLY
= 'SendOnly'
An item identifier is not returned in the response.
CreateItem does not support delegate access when the SendOnly option is used because a destination folder cannot be specified with this option. The workaround is to create the item, get the item identifier, and then use the SendItem operation to send the item.
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
.