Collection of the MS Outlook constants.
| olDefaultFolders |
Type:
number
| Name | Description |
|---|---|
| olFolderInbox | Inbox folder. |
| olFolderDeletedItems | Deleted items folder. |
| olFolderDrafts | Drafts folder. |
| olFolderJunk | Junk email folder. |
| olFolderOutbox | Outbox folder. |
| olFolderSentMail | Sent mail folder. |
| olFolderRssFeeds | RSS feeds folder. |
| senderInfoType |
Type:
string
| Name | Description |
|---|---|
| getRawAddress | Default value: returns the email address of the sender (exchange path or user@domain). |
| getEmailAddress | Returns the standard email address of the sender (user@domain). |
| getName | Returns the name of the sender. |
| getOnBehalfEmailAddress | Returns the email address of the person on whose behalf the mail has been sent. |
| getOnBehalfName | Returns the name of the person on whose behalf the mail has been sent. |
| recipientInfoType |
Type:
string
| Name | Description |
|---|---|
| getRawAddresses | Returns the email addresses (semicolon separated string list) of the recipients (exchange path or user@domain). |
| getEmailAddresses | Returns the standard email addresses (semicolon separated string list) of the recipients (user@domain). |
| getNames | Returns the names (semicolon separated string list) of the recipients. |
| getText | Default value: returns the recipient list exposed by Outlook. |
| CCInfoType |
Type:
string
| Name | Description |
|---|---|
| getRawAddresses | Returns the email addresses (semicolon separated string list) of the CC members (exchange path or user@domain). |
| getEmailAddresses | Returns the standard email addresses (semicolon separated string list) of the CC members (user@domain). |
| getNames | Returns the names (semicolon separated string list) of the CC members. |
| getText | Default value: returns the CC members list exposed by Outlook. |
| searchCriterion.element |
Type:
string
| Name | Description |
|---|---|
| subject | Subject. |
| senderName | Sender name. |
| recipientName | Recipient name. |
| body | Body. |
| dateReceived | Date received. |
| dateSent | Date sent. |
| hasAttachment | Has attachment. |
| isRead | Is read. |
| searchCriterion.operand |
Type:
string
| Name | Description |
|---|---|
| contains | Contains. |
| equals | Equals. |
| greaterThan | Greater than. |
| lessThan | Less than. |
| searchCriterionCalendar.element |
Type:
string
| Name | Description |
|---|---|
| subject | Subject |
| startDatetime | Start time. |
| endDatetime | End time. |
| olResponseStatus |
Type:
number
| Name | Description |
|---|---|
| accept | Accept |
| tentative | Tentative |
| decline | Decline |
| sortResultBy |
Type:
string
| Name | Description |
|---|---|
| subject | Subject |
| receivedTime | Time Received |
| sortOrder |
Type:
number
| Name | Description |
|---|---|
| ascending | Ascending |
| descending | Descending |