SAP Help Home SAP Intelligent RPA Help Portal SAP Intelligent RPA Community

Module - Enumerations

Collection of the MS Outlook constants.

Enumerations

olDefaultFolders

Enumeration to define the folder type of MS Outlook.

Type:

number

Parameters:

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

Enumeration to define what the activity should return about the sender of an email.

Type:

string

Parameters:

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

Enumeration to define what the activity should return about the recipients of an email.

Type:

string

Parameters:

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

Enumeration to define what the activity should return about the CC members of an email.

Type:

string

Parameters:

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

Enumeration to define the search criteria elements of MS Outlook.

Type:

string

Parameters:

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

Enumeration to define the search criteria operands of MS Outlook.

Type:

string

Parameters:

Name Description
contains Contains.
equals Equals.
greaterThan Greater than.
lessThan Less than.

searchCriterionCalendar.element

Enumeration to define the search criteria for calendar elements.

Type:

string

Parameters:

Name Description
subject Subject
startDatetime Start time.
endDatetime End time.

olResponseStatus

Enumeration to define the possible response values for an Outlook meeting.

Type:

number

Parameters:

Name Description
accept Accept
tentative Tentative
decline Decline

sortResultBy

Enumeration to define criteria for sorting a search result

Type:

string

Parameters:

Name Description
subject Subject
receivedTime Time Received

sortOrder

Enumeration to define the order for sorting a search result

Type:

number

Parameters:

Name Description
ascending Ascending
descending Descending