Click or drag to resize

OutlookStorage Class

Inheritance Hierarchy

Namespace:  FileHold.DocumentRepository
Assembly:  FileHold.DocumentRepository (in FileHold.DocumentRepository.dll) Version: 17.0.0.0
Syntax
C#
public class OutlookStorage : IDisposable

The OutlookStorage type exposes the following members.

Methods
  NameDescription
Public methodDispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
Protected methodDisposing
Gives sub classes the chance to free resources during object disposal.
Protected methodFinalize
Releases unmanaged resources and performs other cleanup operations before the OutlookStorage is reclaimed by garbage collection.
(Overrides ObjectFinalize.)
Public methodGetMapiProperty
Gets the raw value of the MAPI property.
Public methodGetMapiPropertyBytes
Gets the value of the MAPI property as a byte array.
Public methodGetMapiPropertyInt16
Gets the value of the MAPI property as a short.
Public methodGetMapiPropertyInt32
Gets the value of the MAPI property as a integer.
Public methodGetMapiPropertyString
Gets the value of the MAPI property as a string.
Public methodGetStreamAsString
Gets the data in the specified stream as a string using the specifed encoding to decode the stream data.
Public methodGetStreamBytes
Gets the data in the specified stream as a byte array.
Protected methodLoadStorage
Processes sub streams and storages on the specified storage.
Top
Fields
  NameDescription
Public fieldstreamStatistics
The statistics for all streams in the IStorage associated with this instance.
Public fieldsubStorageStatistics
The statistics for all storgages in the IStorage associated with this instance.
Top
Extension Methods
See Also