iwantedue.OutlookStorage.Message.Message C# (CSharp) Method

Message() private method

Initializes a new instance of the Message class on the specified NativeMethods.IStorage.
private Message ( NativeMethods storage ) : System
storage NativeMethods The storage to create the on.
return System
            private Message(NativeMethods.IStorage storage)
                : base(storage)
            {
                this.propHeaderSize = OutlookStorage.PROPERTIES_STREAM_HEADER_TOP;
            }

Same methods

OutlookStorage.Message::Message ( Stream storageStream ) : System
OutlookStorage.Message::Message ( string msgfile ) : System