C# Класс iwantedue.OutlookStorage.Message

Наследование: OutlookStorage
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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.

Защищенные методы

Метод Описание
Disposing ( ) : void
LoadStorage ( NativeMethods storage ) : void

Processes sub storages on the specified storage to capture attachment and recipient data.

Приватные методы

Метод Описание
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.

Описание методов

Disposing() защищенный Метод

protected Disposing ( ) : void
Результат void

LoadStorage() защищенный Метод

Processes sub storages on the specified storage to capture attachment and recipient data.
protected LoadStorage ( NativeMethods storage ) : void
storage NativeMethods The storage to check for attachment and recipient data.
Результат void

Message() публичный Метод

Initializes a new instance of the Message class from a Stream containing an IStorage.
public Message ( Stream storageStream ) : System
storageStream Stream The containing an IStorage.
Результат System

Message() публичный Метод

Initializes a new instance of the Message class from a msg file.
public Message ( string msgfile ) : System
msgfile string
Результат System

Save() публичный Метод

Saves this Message to the specified stream.
public Save ( Stream stream ) : void
stream Stream The stream to save to.
Результат void

Save() публичный Метод

Saves this Message to the specified file name.
public Save ( string fileName ) : void
fileName string Name of the file.
Результат void