public class OutlookStorage : IDisposable| 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. |
| 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. |
| ConvertT | (Defined by ObjectExtension) |
| ToJson | (Defined by ObjectExtension) |