Method | Description | |
---|---|---|
Message ( Stream storageStream ) : System |
Initializes a new instance of the Message class from a Stream containing an IStorage.
|
|
Message ( string msgfile ) : System |
Initializes a new instance of the Message class from a msg file.
|
|
Save ( Stream stream ) : void |
Saves this Message to the specified stream.
|
|
Save ( string fileName ) : void |
Saves this Message to the specified file name.
|
Method | Description | |
---|---|---|
Disposing ( ) : void | ||
LoadStorage ( NativeMethods storage ) : void |
Processes sub storages on the specified storage to capture attachment and recipient data.
|
Method | Description | |
---|---|---|
LoadAttachmentStorage ( NativeMethods storage ) : void |
Loads the attachment data out of the specified storage.
|
|
Message ( NativeMethods storage ) : System |
Initializes a new instance of the Message class on the specified NativeMethods.IStorage.
|
protected LoadStorage ( NativeMethods storage ) : void | ||
storage | NativeMethods | The storage to check for attachment and recipient data. |
return | void |
public Message ( Stream storageStream ) : System | ||
storageStream | Stream | The |
return | System |
public Save ( Stream stream ) : void | ||
stream | Stream | The stream to save to. |
return | void |
public Save ( string fileName ) : void | ||
fileName | string | Name of the file. |
return | void |