C# 클래스 DevelopexOutlookSync.Common.OutlookStorage.Message

상속: OutlookStorage
파일 보기 프로젝트 열기: Developex/Outlook-Sync-Webservice

공개 메소드들

메소드 설명
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