For Each Email
UiPath.AppleMail.Activities.ForEachEmail
App Integration.Apple.MailExecutes one or more activities for each email message in the specified folder
Arguments
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| Account | In | InArgument<String> |
|||
| Folder | In | InArgument<String> |
|||
| Top | In | InArgument<Int32> |
|||
| DownloadAttachments | In | InArgument<Boolean> |
Properties
| Name | Kind | Type | Description |
|---|---|---|---|
| Filter | property | UiPath.AppleMail.Activities.Filters.MailFilterCollection |
|
| CurrentItemVariableName | property | String |
List Accounts
UiPath.AppleMail.Activities.GetAccountList
App Integration.Apple.MailLists all mail folders from all accounts
No members extracted.
Send Email
UiPath.AppleMail.Activities.SendEmail
App Integration.Apple.MailSends an email message
Arguments
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| To | In | InArgument<IEnumerable<String>> |
✓ | ||
| Cc | In | InArgument<IEnumerable<String>> |
|||
| Bcc | In | InArgument<IEnumerable<String>> |
|||
| Subject | In | InArgument<String> |
|||
| Body | In | InArgument<String> |
|||
| Attachments | In | InArgument<IEnumerable<UiPath.Platform.ResourceHandling.IResource>> |
|||
| AccountEmail | In | InArgument<String> |
|||
| ReplyTo | In | InArgument<IEnumerable<String>> |
|||
| SaveAsDraft | In | InArgument<Boolean> |
Properties
| Name | Kind | Type | Description |
|---|---|---|---|
| AttachmentList | property | IEnumerable<InArgument<UiPath.Platform.ResourceHandling.IResource>> |