MailboxEnums
Office. MailboxEnums
Requirements
Members
AttachmentType :String
Specifies an attachment's type. Compose mode only.
AttachmentType
Type:
Properties:
| Name |
Type |
Description |
File |
String |
The attachment is a file. |
Item |
String |
The attachment is an Exchange item. |
Requirements
EntityType :String
Specifies an entity's type. Compose mode only.
EntityType
Type:
Properties:
| Name |
Type |
Description |
Address |
String |
Specifies that the entity is a postal address. |
Contact |
String |
Specifies that the entity is a contact. |
EmailAddress |
String |
Specifies that the entity is SMTP email address. |
MeetingSuggestion |
String |
Specifies that the entity is a meeting suggestion. |
PhoneNumber |
String |
Specifies that the entity is US phone number. |
TaskSuggestion |
String |
Specifies that the entity is a task suggestion. |
URL |
String |
Specifies that the entity is an Internet URL. |
Requirements
ItemType :String
Specifies an item's type. Compose mode only.
ItemType
Type:
Properties:
| Name |
Type |
Description |
Message |
String |
An email, meeting request, meeting response, or meeting cancellation. |
Appoinment |
String |
An appointment item. |
Requirements
RecipientType :String
Specifies the type of recipient for an appointment. Compose mode only.
RecipientType
Type:
Properties:
| Name |
Type |
Description |
Other |
String |
The recipient is not one of the other recipient types. |
DistributionList |
String |
The recipient is a distribution list containing a list of email addresses. |
User |
String |
The recipient is an SMTP email address that is on the Exchange server. |
ExternalUser |
String |
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. Compose mode only.
ResponseType
Type:
Properties:
| Name |
Type |
Description |
None |
String |
There has been no response from the attendee. |
Organizer |
String |
The attendee is the meeting organizer. |
Tentative |
String |
The meeting request was tentatively accepted by the attendee. |
Accepted |
String |
The meeting request was accepted by the attendee. |
Declined |
String |
The meeting request was declined by the attendee. |
Requirements