...
Activity | Parameter | Description |
---|---|---|
Send-Mail | Attachments 1 | Sends a mail to one or more recipients with option for mail attachments and time of execution. |
Send-MailToCoreIdentity | Attachments | Like Send-Mail, with the difference that instead of mail addresses for the individual recipients or senders, Core Identity IDs can also be specified here. This is useful or even necessary if certain core identities already exist but do not yet have mail addresses because, for example, an identity has not yet been created which then sets this mail address. Purpose e.g. for scheduled mail tasks without knowing the specific mail address. |
SmsToCoreIdentityId | CoreIdentityId | Sends an SMS to the specified core identity. Requires a functioning SMS configuration (provider) in the CoreOne Suite settings. The number is resolved by reading attribute 105 from the corresponding core one suite identity (first or default) |
1 Attachments: { new iTsense.Moving.Common.Mail.Attachment(<MemoryStream>, <ContentType>, <DocumentName>) }
...