Attachment Properties

The Attachment type exposes the following members.

Properties
  NameDescription
Public propertyCode exampleAsMimePart
Gets the attachment as MimePart object.
Public propertyCode exampleContentID
Gets the Content-ID value of the attachment.
Public propertyCode exampleContentLocation
Gets the content location of the attachment.
Public propertyCode exampleContentType
Gets the content type of the attachment.
Public propertyCode exampleDescription
Gets the description of the attachment.
Public propertyCode exampleFilename
Gets the filename of the attachment.
Public propertyCode exampleFilenameOriginal
Gets the original filename of the attachment.
Public propertyCode exampleHeaders
Gets the collection of the attachment headers.
Public propertyCode exampleIsFile
Indicates if the attachment is a file.
Public propertyCode exampleIsInline
Indicates if the attachment is inline.
Public propertyCode exampleIsMessageInside
Indicates if the attachment contains a mail message.
Public propertyCode exampleIsTnef
Indicates if the attachment is MS-TNEF (winmail.dat) container which can have other attachments inside.
Public propertyCode exampleIsVCard
Indicates if the attachment is a vCard profile.
Public propertyCode exampleIsZip
Indicates if the attachment is a zip archive.
Public propertyCode exampleLastResult
Gets a numeric code of the last error.
Public propertyCode exampleName
Gets the friendly name of the attachment.
Public propertyCode exampleRawHeader
Gets a string containing the header section of the attachment in the original form.
Public propertyCode exampleSavedAs
Gets the full path to the attachment which was saved to disk.
Public propertyCode exampleSize
Gets the length of the binary content of the attachment.
Public propertyCode exampleThrowExceptions
Gets or sets whether the object will throw exceptions on errors.
Top
See Also