Link Search Menu Expand Document

IAttachmentExtractor Methods

The IAttachmentExtractor type exposes the following members.

Methods
NameDescription
Public methodGetAttachmentInfo
Gets the detailed attachment information.
Public methodGetFileName
Gets the attachment filename.
Public methodGetSize
Gets the attachment size (in bytes).
Public methodSave(Int32, Stream)
Saves the attachment to stream.
Public methodSave(Int32, String)
Saves the attachment to specified file.
Public methodSaveToFile
Saves the attachment to specified file.
Public methodSaveToStream
Saves the attachment to stream.
Public methodSaveToVariant
Saves the attachment as array of bytes. This is COM/ActiveX-compatible version of the method SaveToStream(Int32, Stream).
Top
See Also

Reference