Attachment Members (Outlook)
Represents a document or link to a document contained in an Outlook item.
Methods
Name |
Description |
---|---|
Deletes an object from the collection. |
|
Returns the full path to the attached file that is in a temporary-files folder. Read- only. |
|
Saves the attachment to the specified path. |
Properties
Name |
Description |
---|---|
Returns an Application object that represents the parent Outlook application for the object. Read-only. |
|
Returns an OlAttachmentBlockLevel constant that specifies if there is any restriction on the attachment based on its file extension. Read-only. |
|
Returns an OlObjectClass constant indicating the object's class. Read-only. |
|
Returns or sets a String representing the name, which does not need to be the actual file name, displayed below the icon representing the embedded attachment. Read/write. |
|
Returns a String representing the file name of the attachment. Read-only. |
|
Returns a Long indicating the position of the object within the collection. Read-only. |
|
Returns the parent Object of the specified object. Read-only. |
|
Returns a String representing the full path to the linked attached file. Read-only. |
|
Returns or sets a Long indicating the position of the attachment within the body of the item. Read/write. |
|
Returns a PropertyAccessor object that supports creating, getting, setting, and deleting properties of the parent Attachment object. Read-only. |
|
Returns the NameSpace object for the current session. Read-only. |
|
Returns a Long indicating the size (in bytes) of the attachment. Read-only. |
|
Returns an OlAttachmentType constant indicating the type of the specified object. Read-only. |