Class MailInfoContract
Represents a mail
Namespace: Com.Kendox.Dcis.SubSystem.Service.Contract
Syntax
public class MailInfoContract : Object
Name | Description |
---|---|
MailInfoContract() |
Fields
Name | Description |
---|---|
Attachments | Attachments of mail |
Bcc | Bcc addresses of mail |
Cc | Cc addresses of mail |
From | From address of mail |
IsSigned | Sign of mail |
MessageId | The unique message Id |
ReceivedDate | Received date of mail |
SentDate | Sent date of mail |
Subject | Subject of mail |
To | To addresses of mail |