Attachment Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents a document or link to a document contained in an Outlook item.
public interface class Attachment
[System.Runtime.InteropServices.Guid("00063007-0000-0000-C000-000000000046")]
public interface Attachment
Public Interface Attachment
- Attributes
Remarks
Use Item[Object] (index
), where index
is the index number, to return a single Attachment object.
Use the Add(Object, Object, Object, Object) method to add an attachment to an item.
Properties
Application |
Returns an Application object that represents the parent Outlook application for the object. Read-only. |
BlockLevel |
Returns an OlAttachmentBlockLevel constant that specifies if there is any restriction on the attachment based on its file extension. Read-only. |
Class |
Returns an OlObjectClass constant indicating the object's class. Read-only. |
DisplayName |
Returns or sets a String (string in C#) representing the name, which does not need to be the actual file name, displayed below the icon representing the embedded attachment. Read/write. |
FileName |
Returns a String (string in C#) representing the file name of the attachment. Read-only. |
Index |
Returns an Integer (int in C#) value indicating the position of the object within the collection. Read-only. |
MAPIOBJECT |
This object, member, or enumeration is deprecated and is not intended to be used in your code. |
Parent |
Returns the parent Object of the specified object. Read-only. |
PathName |
Returns a String (string in C#) representing the full path to the linked attached file. Read-only. |
Position |
Returns or sets an Integer (int in C#) value indicating the position of the attachment within the body of the item. Read/write. |
PropertyAccessor |
Returns a PropertyAccessor object that supports creating, getting, setting, and deleting properties of the parent Attachment object. Read-only. |
Session |
Returns the NameSpace object for the current session. Read-only. |
Size |
Returns an Integer (int in C#) value indicating the size (in bytes) of the attachment. Read-only. |
Type |
Returns an OlAttachmentType constant indicating the type of the specified object. Read-only. |
Methods
Delete() |
Deletes an object from the collection. |
GetTemporaryFilePath() |
Returns the full path to the attached file that is in a temporary-files folder. Read-only. |
SaveAsFile(String) |
Saves the attachment to the specified path. |