OutlookStorage Class

Definition

Namespace: FileHold.DocumentRepository
Assembly: FileHold.DocumentRepository (in FileHold.DocumentRepository.dll) Version: 17.1.0.0
C#
public class OutlookStorage : IDisposable
Inheritance
Object    OutlookStorage
Derived
Implements
IDisposable

Methods

Dispose Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
Disposing Gives sub classes the chance to free resources during object disposal.
Finalize Releases unmanaged resources and performs other cleanup operations before the OutlookStorage is reclaimed by garbage collection.
(Overrides ObjectFinalize)
GetMapiProperty Gets the raw value of the MAPI property.
GetMapiPropertyBytes Gets the value of the MAPI property as a byte array.
GetMapiPropertyInt16 Gets the value of the MAPI property as a short.
GetMapiPropertyInt32 Gets the value of the MAPI property as a integer.
GetMapiPropertyString Gets the value of the MAPI property as a string.
GetStreamAsString Gets the data in the specified stream as a string using the specifed encoding to decode the stream data.
GetStreamBytes Gets the data in the specified stream as a byte array.
LoadStorage Processes sub streams and storages on the specified storage.

Fields

streamStatistics The statistics for all streams in the IStorage associated with this instance.
subStorageStatistics The statistics for all storgages in the IStorage associated with this instance.

Extension Methods

See Also