MailboxEnums
Office. MailboxEnums
Requirements
Members
AttachmentType :String
Specifies an attachment's type.
AttachmentType
Type:
Properties:
| Name |
Type |
Value |
Description |
File |
String |
file |
The attachment is a file. |
Item |
String |
item |
The attachment is an Exchange item. |
Requirements
EntityType :String
Specifies an entity's type.
EntityType
Type:
Properties:
| Name |
Type |
Value |
Description |
Address |
String |
address |
Specifies that the entity is a postal address. |
Contact |
String |
contact |
Specifies that the entity is a contact. |
EmailAddress |
String |
emailAddress |
Specifies that the entity is SMTP email address. |
MeetingSuggestion |
String |
meetingSuggestion |
Specifies that the entity is a meeting suggestion. |
PhoneNumber |
String |
phoneNumber |
Specifies that the entity is US phone number. |
TaskSuggestion |
String |
taskSuggestion |
Specifies that the entity is a task suggestion. |
URL |
String |
url |
Specifies that the entity is an Internet URL. |
Requirements
ItemNotificationMessageType :String
Specifies the notification message type for an appointment or message.
ItemNotificationMessageType
Type:
Properties:
| Name |
Type |
Value |
Description |
ProgressIndicator |
String |
progressIndicator |
The notificationMessage is a progress indicator. |
InformationalMessage |
String |
informationalMessage |
The notificationMessage is an informational message. |
ErrorMessage |
String |
errorMessage |
The notificationMessage is an error message. |
Requirements
ItemType :String
Specifies an item's type.
ItemType
Type:
Properties:
| Name |
Type |
Value |
Description |
Message |
String |
message |
An email, meeting request, meeting response, or meeting cancellation. |
Appointment |
String |
appointment |
An appointment item. |
Requirements
RecipientType :String
Specifies the type of recipient for an appointment.
RecipientType
Type:
Properties:
| Name |
Type |
Value |
Description |
Other |
String |
other |
The recipient is not one of the other recipient types. |
DistributionList |
String |
distributionList |
The recipient is a distribution list containing a list of email addresses. |
User |
String |
user |
The recipient is an SMTP email address that is on the Exchange server. |
ExternalUser |
String |
externalUser |
The recipient is an SMTP email address that is not on the Exchange server. |
Requirements
ResponseType :String
Specifies the type of response to a meeting invitation.
ResponseType
Type:
Properties:
| Name |
Type |
Value |
Description |
None |
String |
none |
There has been no response from the attendee. |
Organizer |
String |
organizer |
The attendee is the meeting organizer. |
Tentative |
String |
tentative |
The meeting request was tentatively accepted by the attendee. |
Accepted |
String |
accepted |
The meeting request was accepted by the attendee. |
Declined |
String |
declined |
The meeting request was declined by the attendee. |
Requirements
RestVersion :String
Specifies the version of the REST API that corresponds to a REST-formatted item ID.
RestVersion
Type:
Properties:
| Name |
Type |
Value |
Description |
v1_0 |
String |
v1.0 |
Version 1.0. |
v2_0 |
String |
v2.0 |
Version 2.0. |
Beta |
String |
beta |
Beta. |
Requirements