SmtpMessageMXLookupDoneEventArgsIntendedDomains Property |
Gets the list of domains of the message recipients.
Namespace: MailBee.SmtpMailAssembly: MailBee.NET (in MailBee.NET.dll) Version: 12.5.0 build 687 for .NET 4.5
Syntax public StringCollection IntendedDomains { get; }
Public ReadOnly Property IntendedDomains As StringCollection
Get
Property Value
Type:
StringCollectionA 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