SmtpMessageMXLookupDoneEventArgsIntendedDomains Property
Gets the list of domains of the message recipients.

Namespace: MailBee.SmtpMail
Assembly: MailBee.NET (in MailBee.NET.dll) Version: 12.4 build 677 for .NET 4.5
Syntax
public StringCollection IntendedDomains { get; }

Property Value

Type: StringCollection
A reference to the StringCollection object which contains the list of all domains the message recipients e-mail addresses belong to.
Remarks
For instance, if the message is addressed to jdoe@domain1.com, bill@domain2.com, kathy@domain2.com, sales@domain2.com, joe@subdomain.domain2.com, the list of domains would be domain1.com, domain2.com, subdomain.domain2.com.
See Also