Activities to manage emails in DocsMarshal.
After sending an email it is possible, through this activity, to put it in standby. An e-mail in standby needs a subsequent confirmation to be actually sent.
This activity returns a new DocsMarshal.Utility.MailModel.Address object setting its name and email address.
This activity returns a new DocsMarshal.Utility.MailModel.Attachment object setting its FileName and Content.
This task returns a new DocsMarshal.Utility.MailModel.Attachment object using the name and content of a given IDmFile.
This activity creates the eml file of a new email object and returns its binary data (MIME) as an IDmFile.
This activity allow to add a relation between an Email and a Profile. The result is the ID of the new relation.
This activity allow to delete a relation between an Email and a Profile. It returns a boolean value that indicates whether the activity removed or not a relation.
This activity allows to convert the mail content from msg to eml type.
This activity takes in input the ObjectId of a Profile and returns the list of all the Emails related to it.
This activity get the eml file of an already existing email returns its binary data (mime) as an IDmFile.
This activity allows to get all the individual properties of an email.
This activity allows to get all the individual properties of an email.
This activity takes in input an Email and returns the list of all the profiles related to it.
This activity adds an email to the sending queue.
This activity allows to send an email without to create a mail account using the SMTP protocol.
This activity sends an email to the default contacts for notifications. To know which are the default contacts for notofications have a look in the global configuration under the UserSettings tab.