SharpMimeTools Documented Class Library

SharpMimeTools.parseFrom Method (String)

[This is preliminary documentation and subject to change.]

Parse a rfc 2822 address specification. rfc 2822 section 3.4

public static IEnumerable parseFrom(
   string from
);

Parameters

from
field body to parse

Return Value

A IEnumerable collection of SharpMimeAddress

See Also

SharpMimeTools Class | anmar.SharpMimeTools Namespace | SharpMimeTools.parseFrom Overload List