Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Activity

Parameter

Description

Send-Mail

Attachments 1
Content
ContentMode
Receivers
ReceiversBcc
ReceiversCc
Sender
SendMode
Subject
TaskReferenceId
TaskSendDate

Sends a mail to one or more recipients with option for mail attachments and time of execution.

Send-MailToCoreIdentity

Attachments
Content
ContentMode
ReceiversCoreIdentityIds
ReceiversBccCoreIdentityIds
ReceiversCcCoreIdentityIds
Receivers
ReceiversBcc
ReceiversCc
Sender
SenderCoreIdentityIds
SendMode
Subject
TaskReferenceId
TaskSendDate

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
ImmediateNumberResolution
Message
SendDelay
Sender
ThrowOnNoMobileNumber

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>) }

...