Free Trial
Web API version
Licensing
Request A Quote
HAVE QUESTIONS OR NEED HELP? SUBMIT THE SUPPORT REQUEST FORM or write email to SUPPORT@BYTESCOUT.COM
The IAttachmentExtractor type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| GetAttachmentInfo |
Gets the detailed attachment information.
| |
| GetFileName |
Gets the attachment filename.
| |
| GetSize |
Gets the attachment size (in bytes).
| |
| Save(Int32, Stream) |
Saves the attachment to stream.
| |
| Save(Int32, String) |
Saves the attachment to specified file.
| |
| SaveToFile |
Saves the attachment to specified file.
| |
| SaveToStream |
Saves the attachment to stream.
| |
| SaveToVariant |
Saves the attachment as array of bytes.
This is COM/ActiveX-compatible version of the method SaveToStream(Int32, Stream).
|
See Also