Property | Type | Description | |
---|---|---|---|
streamStatistics | ComTypes.STATSTG>.Dictionary | ||
subStorageStatistics | ComTypes.STATSTG>.Dictionary |
Property | Type | Description | |
---|---|---|---|
GetMapiPropertyFromPropertyStream | object | ||
GetMapiPropertyFromStreamOrStorage | object | ||
OutlookStorage | System | ||
OutlookStorage | System | ||
OutlookStorage | System |
Method | Description | |
---|---|---|
Dispose ( ) : void |
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
|
|
GetMapiProperty ( string propIdentifier ) : object |
Gets the raw value of the MAPI property.
|
|
GetMapiPropertyBytes ( string propIdentifier ) : byte[] |
Gets the value of the MAPI property as a byte array.
|
|
GetMapiPropertyInt16 ( string propIdentifier ) : |
Gets the value of the MAPI property as a short.
|
|
GetMapiPropertyInt32 ( string propIdentifier ) : int |
Gets the value of the MAPI property as a integer.
|
|
GetMapiPropertyString ( string propIdentifier ) : string |
Gets the value of the MAPI property as a string.
|
|
GetStreamAsString ( string streamName, |
Gets the data in the specified stream as a string using the specifed encoding to decode the stream data.
|
|
GetStreamBytes ( string streamName ) : byte[] |
Gets the data in the specified stream as a byte array.
|
Method | Description | |
---|---|---|
Disposing ( ) : void |
Gives sub classes the chance to free resources during object disposal.
|
|
LoadStorage ( NativeMethods storage ) : void |
Processes sub streams and storages on the specified storage.
|
Method | Description | |
---|---|---|
GetMapiPropertyFromPropertyStream ( string propIdentifier ) : object |
Gets the MAPI property value from the property stream in this storage.
|
|
GetMapiPropertyFromStreamOrStorage ( string propIdentifier ) : object |
Gets the MAPI property value from a stream or storage in this storage.
|
|
OutlookStorage ( NativeMethods storage ) : System |
Initializes a new instance of the OutlookStorage class on the specified NativeMethods.IStorage.
|
|
OutlookStorage ( Stream storageStream ) : System |
Initializes a new instance of the OutlookStorage class from a Stream containing an IStorage.
|
|
OutlookStorage ( string storageFilePath ) : System |
Initializes a new instance of the OutlookStorage class from a file.
|
public GetMapiProperty ( string propIdentifier ) : object | ||
propIdentifier | string | The 4 char hexadecimal prop identifier. |
return | object |
public GetMapiPropertyBytes ( string propIdentifier ) : byte[] | ||
propIdentifier | string | The 4 char hexadecimal prop identifier. |
return | byte[] |
public GetMapiPropertyInt16 ( string propIdentifier ) : |
||
propIdentifier | string | The 4 char hexadecimal prop identifier. |
return |
public GetMapiPropertyInt32 ( string propIdentifier ) : int | ||
propIdentifier | string | The 4 char hexadecimal prop identifier. |
return | int |
public GetMapiPropertyString ( string propIdentifier ) : string | ||
propIdentifier | string | The 4 char hexadecimal prop identifier. |
return | string |
public GetStreamAsString ( string streamName, |
||
streamName | string | Name of the stream to get string data for. |
streamEncoding | The encoding to decode the stream data with. | |
return | string |
public GetStreamBytes ( string streamName ) : byte[] | ||
streamName | string | Name of the stream to get data for. |
return | byte[] |
protected LoadStorage ( NativeMethods storage ) : void | ||
storage | NativeMethods | The storage to get sub streams and storages for. |
return | void |
public Dictionary |
||
return | ComTypes.STATSTG>.Dictionary |