Interface IMessagignObjectWithRecipients
- Namespace
- Encryptomatic.MailDex.Lib.PST.Messaging
- Assembly
- MailDex.Lib.dll
Messaging object that has recipients properties.
public interface IMessagignObjectWithRecipients
Properties
BCC
Message BCC recipients. RecipientType
List<Recipient> BCC { get; }
Property Value
CC
Message CC recipients. RecipientType
List<Recipient> CC { get; }
Property Value
Recipients
Message recipients including primary, CC and BCC recipients. RecipientType
List<Recipient> Recipients { get; set; }
Property Value
To
Message primary recipients. RecipientType
List<Recipient> To { get; }