Method | Description | |
---|---|---|
MimeConstructor ( ) : System |
Default constructor.
|
|
ToByteData ( ) : byte[] |
Stores mime message to byte[].
|
|
ToFile ( string fileName ) : void |
Stores mime message to specified file.
|
|
ToStream ( Stream storeStream ) : void |
Stores mime message to specified stream. Stream position stays where mime writing ends.
|
|
ToStringData ( ) : string |
Stores mime message to string.
|
Method | Description | |
---|---|---|
AddressesToArray ( string addressFieldValue ) : LumiSoft.Net.Mime.MailboxAddress[] |
Converts RFC 2822 address filed value to address array.
|
|
AddressesToString ( |
Converts address array to RFC 2822 address field fomat.
|
|
ConstructBinaryMime ( ) : |
||
ConstructBody ( string boundaryID ) : string | ||
ConstructMime ( ) : string | ||
SplitString ( string sIn ) : string |
public ToFile ( string fileName ) : void | ||
fileName | string | File name. |
return | void |
public ToStream ( Stream storeStream ) : void | ||
storeStream | Stream | Stream where to store mime message. |
return | void |