Sends an email message by using the SMTP protocol.
Arguments
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| UseOAuth | In | InArgument<Boolean> |
|||
| In | InArgument<String> |
||||
| Password | In | InArgument<String> |
|||
| SecurePassword | In | InArgument<Security.SecureString> |
|||
| Server | In | InArgument<String> |
|||
| Port | In | InArgument<Int32> |
|||
| Name | In | InArgument<String> |
|||
| From | In | InArgument<String> |
|||
| Action | In | InArgument<UiPath.Mail.MailAction> |
Mono.Cecil.CustomAttributeArgument |
||
| ResourceAttachments | In | InArgument<IEnumerable<UiPath.Platform.ResourceHandling.IResource>> |
|||
| ReplyTo | In | InArgument<String> |
|||
| IgnoreCRL | In | InArgument<Boolean> |
False |
||
| ContinueOnError | In | InArgument<Boolean> |
|||
| Result | Out | OutArgument<String> |
|||
| To | In | InArgument<String> |
|||
| Cc | In | InArgument<String> |
|||
| Bcc | In | InArgument<String> |
|||
| Subject | In | InArgument<String> |
|||
| Body | In | InArgument<String> |
|||
| TimeoutMS | In | InArgument<Int32> |
|||
| AttachmentsCollection | In | InArgument<IEnumerable<String>> |
|||
| MailMessage | In | InArgument<Net.Mail.MailMessage> |
Properties
| Name | Kind | Type | Description |
|---|---|---|---|
| ResourceAttachmentList | property | IEnumerable<InArgument<UiPath.Platform.ResourceHandling.IResource>> |
|
| SecureConnection | property | UiPath.Mail.SecureSocketEncryption |
|
| IsBodyHtml | property | Boolean |
|
| Files | property | List<InArgument<String>> |
Retrieves a POP3 email message from a specified server.
Arguments
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| UseOAuth | In | InArgument<Boolean> |
|||
| In | InArgument<String> |
||||
| Password | In | InArgument<String> |
|||
| SecurePassword | In | InArgument<Security.SecureString> |
|||
| Server | In | InArgument<String> |
|||
| Port | In | InArgument<Int32> |
|||
| DeleteMessages | In | InArgument<Boolean> |
|||
| IgnoreCRL | In | InArgument<Boolean> |
False |
||
| TimeoutMS | In | InArgument<Int32> |
|||
| Top | In | InArgument<Int32> |
|||
| Messages | Out | OutArgument<List<Net.Mail.MailMessage>> |
Properties
| Name | Kind | Type | Description |
|---|---|---|---|
| SecureConnection | property | UiPath.Mail.SecureSocketEncryption |
Deletes an email message.
Arguments
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| MailMessage | In | InArgument<Net.Mail.MailMessage> |
✓ |
Properties
| Name | Kind | Type | Description |
|---|---|---|---|
| PermanentlyDelete | property | Boolean |
Retrieves an email message from Outlook.
Arguments
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| MailFolder | In | InArgument<String> |
✓ | ||
| Account | In | InArgument<String> |
|||
| Filter | In | InArgument<String> |
|||
| FilterByMessageIds | In | InArgument<String[]> |
|||
| TimeoutMS | In | InArgument<Int32> |
|||
| Top | In | InArgument<Int32> |
|||
| Messages | Out | OutArgument<List<Net.Mail.MailMessage>> |
Properties
| Name | Kind | Type | Description |
|---|---|---|---|
| OrderByDate | property | UiPath.Mail.EOrderByDate |
|
| OnlyUnreadMessages | property | Boolean |
|
| MarkAsRead | property | Boolean |
Marks the specified mail message as read or unread.
Arguments
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| MailMessage | In | InArgument<Net.Mail.MailMessage> |
✓ |
Properties
| Name | Kind | Type | Description |
|---|---|---|---|
| MarkAs | property | UiPath.Mail.Activities.Business.MarkMailAs |
Moves an Outlook email message to a specified folder.
Arguments
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| MailMessage | In | InArgument<Net.Mail.MailMessage> |
✓ | ||
| Account | In | InArgument<String> |
|||
| MailFolder | In | InArgument<String> |
✓ |
Reply to an email message identified by its UniversalID
Arguments
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| TimeoutMS | In | InArgument<Int32> |
|||
| MailMessage | In | InArgument<Net.Mail.MailMessage> |
✓ | ||
| Body | In | InArgument<String> |
|||
| AttachmentsCollection | In | InArgument<IEnumerable<String>> |
|||
| ReplyFrom | In | InArgument<String> |
|||
| AddTo | In | InArgument<String> |
|||
| AddCc | In | InArgument<String> |
|||
| AddBcc | In | InArgument<String> |
|||
| NewSubject | In | InArgument<String> |
Properties
| Name | Kind | Type | Description |
|---|---|---|---|
| ReplyAll | property | Boolean |
|
| Files | property | List<InArgument<String>> |
|
| Importance | property | UiPath.Mail.MailImportance |
Saves an Outlook mail message.
Arguments
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| MailMessage | In | InArgument<Net.Mail.MailMessage> |
✓ | ||
| Folder | In | InArgument<String> |
✓ | ||
| FileName | In | InArgument<String> |
Properties
| Name | Kind | Type | Description |
|---|---|---|---|
| ReplaceExisting | property | Boolean |
|
| SaveAsType | property | UiPath.Mail.Outlook.Enums.ESaveMessageAsType |
Sends an email message from Outlook.
Arguments
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| Account | In | InArgument<String> |
|||
| SentOnBehalfOfName | In | InArgument<String> |
|||
| ReplyTo | In | InArgument<String> |
|||
| ContinueOnError | In | InArgument<Boolean> |
|||
| To | In | InArgument<String> |
|||
| Cc | In | InArgument<String> |
|||
| Bcc | In | InArgument<String> |
|||
| Subject | In | InArgument<String> |
|||
| Body | In | InArgument<String> |
|||
| TimeoutMS | In | InArgument<Int32> |
|||
| AttachmentsCollection | In | InArgument<IEnumerable<String>> |
|||
| MailMessage | In | InArgument<Net.Mail.MailMessage> |
Properties
| Name | Kind | Type | Description |
|---|---|---|---|
| IsDraft | property | Boolean |
|
| Importance | property | UiPath.Mail.MailImportance |
|
| Sensitivity | property | UiPath.Mail.MailSensitivity |
|
| IsBodyHtml | property | Boolean |
|
| Files | property | List<InArgument<String>> |
Associates categories with a mail message.
Arguments
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| MailMessage | In | InArgument<Net.Mail.MailMessage> |
✓ | ||
| Categories | In | InArgument<String[]> |
Deletes an IBM Notes email message.
Arguments
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| MailMessage | In | InArgument<Net.Mail.MailMessage> |
✓ | ||
| FromFolder | In | InArgument<String> |
✓ | ||
| Password | In | InArgument<String> |
|||
| SecurePassword | In | InArgument<Security.SecureString> |
Retrieves emails from the IBM Notes client on which the workflow is deployed
Arguments
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| Password | In | InArgument<String> |
|||
| SecurePassword | In | InArgument<Security.SecureString> |
|||
| MailFolder | In | InArgument<String> |
✓ | ||
| TimeoutMS | In | InArgument<Int32> |
|||
| Top | In | InArgument<Int32> |
|||
| Messages | Out | OutArgument<List<Net.Mail.MailMessage>> |
Properties
| Name | Kind | Type | Description |
|---|---|---|---|
| GetAttachments | property | Boolean |
Moves an IBM Notes email message to a specified folder.
Arguments
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| MailMessage | In | InArgument<Net.Mail.MailMessage> |
✓ | ||
| MailFolder | In | InArgument<String> |
✓ | ||
| FromFolder | In | InArgument<String> |
✓ | ||
| Password | In | InArgument<String> |
|||
| SecurePassword | In | InArgument<Security.SecureString> |
Sends an email message by using the IBM Notes client.
Arguments
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| Password | In | InArgument<String> |
|||
| SecurePassword | In | InArgument<Security.SecureString> |
|||
| ContinueOnError | In | InArgument<Boolean> |
|||
| To | In | InArgument<String> |
|||
| Cc | In | InArgument<String> |
|||
| Bcc | In | InArgument<String> |
|||
| Subject | In | InArgument<String> |
|||
| Body | In | InArgument<String> |
|||
| TimeoutMS | In | InArgument<Int32> |
|||
| AttachmentsCollection | In | InArgument<IEnumerable<String>> |
|||
| MailMessage | In | InArgument<Net.Mail.MailMessage> |
Properties
| Name | Kind | Type | Description |
|---|---|---|---|
| IsBodyHtml | property | Boolean |
|
| Files | property | List<InArgument<String>> |
Deletes the given mail message using IMAP.
Arguments
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| UseOAuth | In | InArgument<Boolean> |
|||
| In | InArgument<String> |
||||
| Password | In | InArgument<String> |
|||
| SecurePassword | In | InArgument<Security.SecureString> |
|||
| Server | In | InArgument<String> |
|||
| Port | In | InArgument<Int32> |
|||
| ClientName | In | InArgument<String> |
|||
| ClientVersion | In | InArgument<String> |
|||
| IgnoreCRL | In | InArgument<Boolean> |
False |
||
| MailMessage | In | InArgument<Net.Mail.MailMessage> |
|||
| FromFolder | In | InArgument<String> |
Properties
| Name | Kind | Type | Description |
|---|---|---|---|
| SecureConnection | property | UiPath.Mail.SecureSocketEncryption |
Retrieves an IMAP email message from a specified server.
Arguments
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| UseOAuth | In | InArgument<Boolean> |
|||
| In | InArgument<String> |
||||
| Password | In | InArgument<String> |
|||
| SecurePassword | In | InArgument<Security.SecureString> |
|||
| Server | In | InArgument<String> |
|||
| Port | In | InArgument<Int32> |
|||
| MailFolder | In | InArgument<String> |
|||
| FilterExpression | In | InArgument<String> |
|||
| FilterExpressionCharacterSet | In | InArgument<String> |
|||
| DeleteMessages | In | InArgument<Boolean> |
|||
| OnlyUnreadMessages | In | InArgument<Boolean> |
|||
| MarkAsRead | In | InArgument<Boolean> |
|||
| ClientName | In | InArgument<String> |
|||
| ClientVersion | In | InArgument<String> |
|||
| IgnoreCRL | In | InArgument<Boolean> |
False |
||
| TimeoutMS | In | InArgument<Int32> |
|||
| Top | In | InArgument<Int32> |
|||
| Messages | Out | OutArgument<List<Net.Mail.MailMessage>> |
Properties
| Name | Kind | Type | Description |
|---|---|---|---|
| OrderByDate | property | UiPath.Mail.EOrderByDate |
|
| SecureConnection | property | UiPath.Mail.SecureSocketEncryption |
Moves an IMAP email message to a specified folder.
Arguments
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| UseOAuth | In | InArgument<Boolean> |
|||
| In | InArgument<String> |
||||
| Password | In | InArgument<String> |
|||
| SecurePassword | In | InArgument<Security.SecureString> |
|||
| Server | In | InArgument<String> |
|||
| Port | In | InArgument<Int32> |
|||
| MailMessage | In | InArgument<Net.Mail.MailMessage> |
|||
| MailFolder | In | InArgument<String> |
|||
| FromFolder | In | InArgument<String> |
|||
| ClientName | In | InArgument<String> |
|||
| ClientVersion | In | InArgument<String> |
|||
| IgnoreCRL | In | InArgument<Boolean> |
False |
Properties
| Name | Kind | Type | Description |
|---|---|---|---|
| EnableSSL | property | Boolean |
|
| SecureConnection | property | UiPath.Mail.SecureSocketEncryption |
Creates an Exchange draft email message.
Arguments
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| Name | In | InArgument<String> |
|||
| From | In | InArgument<String> |
|||
| To | In | InArgument<String> |
|||
| Cc | In | InArgument<String> |
|||
| Bcc | In | InArgument<String> |
|||
| Subject | In | InArgument<String> |
|||
| Body | In | InArgument<String> |
|||
| MailMessage | In | InArgument<Net.Mail.MailMessage> |
|||
| AttachmentsCollection | In | InArgument<IEnumerable<String>> |
|||
| ResourceAttachments | In | InArgument<IEnumerable<UiPath.Platform.ResourceHandling.IResource>> |
|||
| Server | In | InArgument<String> |
|||
| EmailAutodiscover | In | InArgument<String> |
|||
| ApplicationId | In | InArgument<String> |
|||
| DirectoryId | In | InArgument<String> |
|||
| User | In | InArgument<String> |
|||
| Password | In | InArgument<String> |
|||
| SecurePassword | In | InArgument<Security.SecureString> |
|||
| Domain | In | InArgument<String> |
|||
| TimeoutMS | In | InArgument<Int32> |
Properties
| Name | Kind | Type | Description |
|---|---|---|---|
| IsBodyHtml | property | Boolean |
|
| Files | property | List<InArgument<String>> |
|
| ResourceAttachmentList | property | IEnumerable<InArgument<UiPath.Platform.ResourceHandling.IResource>> |
|
| ExchangeVersion | property | Microsoft.Exchange.WebServices.Data.ExchangeVersion |
|
| AuthenticationMode | property | UiPath.Mail.Exchange.AuthenticationType |
Deletes an Exchange email message.
Arguments
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| MailMessage | In | InArgument<Net.Mail.MailMessage> |
✓ | ||
| Server | In | InArgument<String> |
|||
| EmailAutodiscover | In | InArgument<String> |
|||
| ApplicationId | In | InArgument<String> |
|||
| DirectoryId | In | InArgument<String> |
|||
| User | In | InArgument<String> |
|||
| Password | In | InArgument<String> |
|||
| SecurePassword | In | InArgument<Security.SecureString> |
|||
| Domain | In | InArgument<String> |
|||
| TimeoutMS | In | InArgument<Int32> |
Properties
| Name | Kind | Type | Description |
|---|---|---|---|
| DeleteMode | property | Microsoft.Exchange.WebServices.Data.DeleteMode |
|
| ExchangeVersion | property | Microsoft.Exchange.WebServices.Data.ExchangeVersion |
|
| AuthenticationMode | property | UiPath.Mail.Exchange.AuthenticationType |
Connects to Exchange and provides a scope for other Exchange activities.
Arguments
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| Server | In | InArgument<String> |
✓ | ||
| EmailAutodiscover | In | InArgument<String> |
✓ | ||
| ApplicationId | In | InArgument<String> |
|||
| DirectoryId | In | InArgument<String> |
|||
| ExistingExchangeService | In | InArgument<Microsoft.Exchange.WebServices.Data.ExchangeService> |
|||
| User | In | InArgument<String> |
|||
| Password | In | InArgument<String> |
|||
| SecurePassword | In | InArgument<Security.SecureString> |
|||
| Domain | In | InArgument<String> |
|||
| ExchangeService | Out | OutArgument<Microsoft.Exchange.WebServices.Data.ExchangeService> |
|||
| TimeoutMS | In | InArgument<Int32> |
|||
| ContinueOnError | In | InArgument<Boolean> |
Properties
| Name | Kind | Type | Description |
|---|---|---|---|
| ExchangeVersion | property | Microsoft.Exchange.WebServices.Data.ExchangeVersion |
|
| AuthenticationMode | property | UiPath.Mail.Exchange.AuthenticationType |
Retrieves an email message from Exchange.
Arguments
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| CustomFolder | In | InArgument<String> |
|||
| SharedMailbox | In | InArgument<String> |
|||
| GetAttachements | In | InArgument<Boolean> |
|||
| IsBodyHtml | In | InArgument<Boolean> |
|||
| Top | In | InArgument<Int32> |
|||
| OnlyUnreadMessages | In | InArgument<Boolean> |
|||
| MarkAsRead | In | InArgument<Boolean> |
|||
| FilterExpression | In | InArgument<String> |
|||
| FilterByMessageIds | In | InArgument<String[]> |
|||
| Messages | Out | OutArgument<List<Net.Mail.MailMessage>> |
|||
| Server | In | InArgument<String> |
|||
| EmailAutodiscover | In | InArgument<String> |
|||
| ApplicationId | In | InArgument<String> |
|||
| DirectoryId | In | InArgument<String> |
|||
| User | In | InArgument<String> |
|||
| Password | In | InArgument<String> |
|||
| SecurePassword | In | InArgument<Security.SecureString> |
|||
| Domain | In | InArgument<String> |
|||
| TimeoutMS | In | InArgument<Int32> |
Properties
| Name | Kind | Type | Description |
|---|---|---|---|
| OrderByDate | property | UiPath.Mail.EOrderByDate |
|
| ExchangeVersion | property | Microsoft.Exchange.WebServices.Data.ExchangeVersion |
|
| AuthenticationMode | property | UiPath.Mail.Exchange.AuthenticationType |
Moves an email message from Exchange to another folder.
Arguments
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| MailMessage | In | InArgument<Net.Mail.MailMessage> |
✓ | ||
| MailFolder | In | InArgument<String> |
✓ | ||
| SharedMailbox | In | InArgument<String> |
|||
| Server | In | InArgument<String> |
|||
| EmailAutodiscover | In | InArgument<String> |
|||
| ApplicationId | In | InArgument<String> |
|||
| DirectoryId | In | InArgument<String> |
|||
| User | In | InArgument<String> |
|||
| Password | In | InArgument<String> |
|||
| SecurePassword | In | InArgument<Security.SecureString> |
|||
| Domain | In | InArgument<String> |
|||
| TimeoutMS | In | InArgument<Int32> |
Properties
| Name | Kind | Type | Description |
|---|---|---|---|
| ExchangeVersion | property | Microsoft.Exchange.WebServices.Data.ExchangeVersion |
|
| AuthenticationMode | property | UiPath.Mail.Exchange.AuthenticationType |
Save Exchange Attachments
Arguments
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| FolderPath | In | InArgument<String> |
|||
| MailMessage | In | InArgument<Net.Mail.MailMessage> |
|||
| Files | Out | OutArgument<IEnumerable<String>> |
|||
| ResourceAttachments | Out | OutArgument<IEnumerable<UiPath.Platform.ResourceHandling.ILocalResource>> |
|||
| Server | In | InArgument<String> |
|||
| EmailAutodiscover | In | InArgument<String> |
|||
| ApplicationId | In | InArgument<String> |
|||
| DirectoryId | In | InArgument<String> |
|||
| User | In | InArgument<String> |
|||
| Password | In | InArgument<String> |
|||
| SecurePassword | In | InArgument<Security.SecureString> |
|||
| Domain | In | InArgument<String> |
|||
| TimeoutMS | In | InArgument<Int32> |
Properties
| Name | Kind | Type | Description |
|---|---|---|---|
| ExchangeVersion | property | Microsoft.Exchange.WebServices.Data.ExchangeVersion |
|
| AuthenticationMode | property | UiPath.Mail.Exchange.AuthenticationType |
Sends an email message from Exchange.
Arguments
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| To | In | InArgument<String> |
✓ | ||
| Cc | In | InArgument<String> |
|||
| Bcc | In | InArgument<String> |
|||
| Subject | In | InArgument<String> |
|||
| Body | In | InArgument<String> |
|||
| MailMessage | In | InArgument<Net.Mail.MailMessage> |
|||
| Name | In | InArgument<String> |
|||
| From | In | InArgument<String> |
|||
| SaveCopy | In | InArgument<Boolean> |
|||
| AttachmentsCollection | In | InArgument<IEnumerable<String>> |
|||
| ResourceAttachments | In | InArgument<IEnumerable<UiPath.Platform.ResourceHandling.IResource>> |
|||
| IsDraft | In | InArgument<Boolean> |
|||
| Server | In | InArgument<String> |
|||
| EmailAutodiscover | In | InArgument<String> |
|||
| ApplicationId | In | InArgument<String> |
|||
| DirectoryId | In | InArgument<String> |
|||
| User | In | InArgument<String> |
|||
| Password | In | InArgument<String> |
|||
| SecurePassword | In | InArgument<Security.SecureString> |
|||
| Domain | In | InArgument<String> |
|||
| TimeoutMS | In | InArgument<Int32> |
Properties
| Name | Kind | Type | Description |
|---|---|---|---|
| IsBodyHtml | property | Boolean |
|
| Files | property | List<InArgument<String>> |
|
| ResourceAttachmentList | property | IEnumerable<InArgument<UiPath.Platform.ResourceHandling.IResource>> |
|
| ExchangeVersion | property | Microsoft.Exchange.WebServices.Data.ExchangeVersion |
|
| AuthenticationMode | property | UiPath.Mail.Exchange.AuthenticationType |
Generate a mail message from an eml file
Arguments
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| EmailFile | In | InArgument<UiPath.Platform.ResourceHandling.IResource> |
|||
| MailMessage | Out | OutArgument<UiPath.Mail.UiPathMailMessage> |
Saves the email message to the specified path. If the folder doesn't exist, it is created. If the file name is specified instead, the email is saved in the project folder. Files in the specified folder with the same name as the messages are overwritten.
Arguments
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| MailMessage | In | InArgument<Net.Mail.MailMessage> |
|||
| FilePath | In | InArgument<String> |
|||
| Out | OutArgument<UiPath.Platform.ResourceHandling.ILocalResource> |
Saves the email message attachments to the specified folder. If the folder doesn't exist, it is created. If no folder is specified, the downloads are saved in the project folder. Files in the specified folder with the same name as the attachments are overwritten.
Arguments
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| FolderPath | In | InArgument<String> |
|||
| Message | In | InArgument<Net.Mail.MailMessage> |
|||
| Attachments | Out | OutArgument<IEnumerable<String>> |
|||
| ResourceAttachments | Out | OutArgument<IEnumerable<UiPath.Platform.ResourceHandling.ILocalResource>> |
|||
| Filter | In | InArgument<String> |
|||
| OverwriteExisting | In | InArgument<Boolean> |
|||
| ExcludeInlineAttachments | In | InArgument<Boolean> |
Sets up a trigger to watch for incoming/outgoing mail messages that match a certain criteria.
Arguments
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| MailFolder | In | InArgument<String> |
✓ | ||
| Account | In | InArgument<String> |
|||
| From | In | InArgument<String> |
|||
| Cc | In | InArgument<String> |
|||
| To | In | InArgument<String> |
|||
| SubjectFilter | In | InArgument<String> |
|||
| BodyFilter | In | InArgument<String> |
Properties
| Name | Kind | Type | Description |
|---|---|---|---|
| MarkAsRead | property | Boolean |
|
| WhenOutlookIsClosed | property | UiPath.Mail.Outlook.Enums.WhenOutlookIsClosedEnum |
|
| Importance | property | UiPath.Mail.Activities.Triggers.Importance |
|
| Enabled | property | Boolean |
Initiates an automation workflow when a new IMAP email arrives
Arguments
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| MarkAsRead | In | InArgument<Boolean> |
|||
| IncludeAttachments | In | InArgument<Boolean> |
|||
| Result | Out | OutArgument<Net.Mail.MailMessage> |
|||
| JobData | Out | OutArgument<UiPath.Mail.Activities.Utils.JobInformation> |
Properties
| Name | Kind | Type | Description |
|---|---|---|---|
| Operation | property | String |
|
| ObjectName | property | String |
|
| Connector | property | String |
|
| MailFolderBindingsKey | property | String |
|
| MailFolder | property | String |
|
| WithAttachmentsOnly | property | Boolean |
|
| BindingsKey | property | String |
Trigger for Gmail emails
Arguments
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| ConnectionId | In | InArgument<String> |
|||
| Result | Out | OutArgument<Net.Mail.MailMessage> |
Properties
| Name | Kind | Type | Description |
|---|---|---|---|
| Operation | property | String |
|
| ObjectName | property | String |
|
| Connector | property | String |
|
| ConnectionAccountName | property | String |
|
| FilterExpression | property | String |
Trigger for O365 Emails
Arguments
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| ConnectionId | In | InArgument<String> |
|||
| Result | Out | OutArgument<Net.Mail.MailMessage> |
Properties
| Name | Kind | Type | Description |
|---|---|---|---|
| Operation | property | String |
|
| ObjectName | property | String |
|
| Connector | property | String |
|
| ConnectionAccountName | property | String |
|
| FilterExpression | property | String |