Class SendMailSimpleParameterContract
Send mail simple parameters
Namespace: Com.Kendox.Dcis.SubSystem.Service.Contract
Syntax
public class SendMailSimpleParameterContract : Object
Name | Description |
---|---|
SendMailSimpleParameterContract() |
Fields
Name | Description |
---|---|
Bcc | List of bcc adresses |
Body | Body of mail |
BodyIsHTML | Defines if the mail body is html |
Cc | List of cc adresses |
MailAttachments | List of all attachments |
Priority | Defines if the priority of the mail |
Subject | Subject for mail |
To | List of recipient adresses |