Mime4.net Home | Community Edition | Order | Usage examples | Feedback
AddressList Parse Method MIME4NET Class Library Documentation
Parse the address list string, such as the value of a From, To, Cc, Bcc, Sender, or Reply-To header. The string MUST be unfolded already.

Namespace: NI.Email.Mime.Field.Address
Assembly: NI.Email.Mime (in NI.Email.Mime.dll) Version: 1.8.5168.22709
Syntax

public static AddressList Parse(
	string rawAddressList
)

Parameters

rawAddressList
Type: System String

[Missing <param name="rawAddressList"/> documentation for "M:NI.Email.Mime.Field.Address.AddressList.Parse(System.String)"]

Return Value

Type: AddressList

[Missing <returns> documentation for "M:NI.Email.Mime.Field.Address.AddressList.Parse(System.String)"]

See Also