Class SendMailParameterContract
Send mail parameters
Namespace: Com.Kendox.Dcis.SubSystem.Service.Contract
Syntax
public class SendMailParameterContract : Object
Name | Description |
---|---|
SendMailParameterContract() |
Fields
Name | Description |
---|---|
BccRecipients | List of all Bcc recipient adresses |
Body | Body of mail |
BodyIsHTML | Defines if the mail body is html |
CcRecipients | List of all Cc recipient adresses |
ClientId | Client id |
ClientSecret | Client secret |
MailAttachments | List of all attachments |
MailServerTypeEnum | Defines Mail server type (smtp or msgraph) |
Recipients | List of all To recipient adresses |
SenderMail | Mail adress for the from field |
SenderName | Name of the sender adress |
SmtpPassword | SMTP password (can be null) |
SmtpServer | SMTP server adress |
SmtpUser | SMTP user (can be null) |
Subject | Subject for mail |
TenantId | Tenant id |