DocsMarshal.Workflow.ActivityLibrary.Emailv 1.0.0.1

Activities to manage emails in DocsMarshal.


DocsMarshal.Workflow.ActivityLibrary.ConfirmEmail

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.


DocsMarshal.Workflow.ActivityLibrary.CreateAddress

This activity returns a new DocsMarshal.Utility.MailModel.Address object setting its name and email address.


DocsMarshal.Workflow.ActivityLibrary.CreateAttachment

This activity returns a new DocsMarshal.Utility.MailModel.Attachment object setting its FileName and Content.


DocsMarshal.Workflow.ActivityLibrary.CreateAttachmentFromIDmFile

This task returns a new DocsMarshal.Utility.MailModel.Attachment object using the name and content of a given IDmFile.


DocsMarshal.Workflow.ActivityLibrary.CreateEml

This activity creates the eml file of a new email object and returns its binary data (MIME) as an IDmFile.


DocsMarshal.Workflow.ActivityLibrary.EmailAddRelation

This activity allow to add a relation between an Email and a Profile. The result is the ID of the new relation.


DocsMarshal.Workflow.ActivityLibrary.EmailDeleteRelation

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.


DocsMarshal.Workflow.ActivityLibrary.FromMsgToEml

This activity allows to convert the mail content from msg to eml type.


DocsMarshal.Workflow.ActivityLibrary.GetEmailsRelatedToProfile

This activity takes in input the ObjectId of a Profile and returns the list of all the Emails related to it.


DocsMarshal.Workflow.ActivityLibrary.GetEmlByIdMail

This activity get the eml file of an already existing email returns its binary data (mime) as an IDmFile.


DocsMarshal.Workflow.ActivityLibrary.GetEmlProperties

This activity allows to get all the individual properties of an email.


DocsMarshal.Workflow.ActivityLibrary.GetMsgProperties

This activity allows to get all the individual properties of an email.


DocsMarshal.Workflow.ActivityLibrary.GetProfilesRelatedToEmail

This activity takes in input an Email and returns the list of all the profiles related to it.


DocsMarshal.Workflow.ActivityLibrary.SendEmail

This activity adds an email to the sending queue.


DocsMarshal.Workflow.ActivityLibrary.SendEmailOnTheFly

This activity allows to send an email without to create a mail account using the SMTP protocol.


DocsMarshal.Workflow.ActivityLibrary.SendEmailToDefaultContactsForNotification

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.