Click or drag to resize
MimeKit

InternetAddressList   Conversion (MailAddressCollection to InternetAddressList)

Explicit cast to convert a MailAddressCollection to a InternetAddressList.

Namespace: MimeKit
Assembly: MimeKit (in MimeKit.dll) Version: 4.3.0
Syntax
C#
public static explicit operator InternetAddressList (
	MailAddressCollection addresses
)

Parameters

addresses  MailAddressCollection
The mail address.

Return Value

InternetAddressList
The equivalent InternetAddressList.
Remarks
Casts a MailAddressCollection to a InternetAddressList in cases where you might want to make use of the the superior MimeKit APIs.
See Also