EnvelopeTo Property
Gets EmailAddressCollection object representing "To:" recipients of the message.

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

Property Value

Type: EmailAddressCollection
A reference to EmailAddressCollection object representing "To:" recipients of the message.
See Also