EwsItemCc Property
Gets a reference to the collection of CC e-mail addresses.

Namespace: MailBee.EwsMail
Assembly: MailBee.NET (in MailBee.NET.dll) Version: 12.4 build 677 for .NET 4.5
Syntax
public EmailAddressCollection Cc { get; }

Property Value

Type: EmailAddressCollection
A reference to the collection of CC e-mail addresses, or a null reference (Nothing in Visual Basic) if not available.
Remarks
This property is set if the list of recipients (MailMessageRecipients) has been loaded for the given message and at least one CC recipient is present in the message.
See Also