OlAttachmentType Enumeration
Specifies the attachment type.
Namespace: Microsoft.Office.Interop.Outlook
Assembly: Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)
Syntax
'Declaration
Public Enumeration OlAttachmentType
'Usage
Dim instance As OlAttachmentType
public enum OlAttachmentType
Members
Member name | Description | |
---|---|---|
olByValue | The attachment is a copy of the original file and can be accessed even if the original file is removed. | |
olByReference | The attachment is a shortcut to the location of the original file. | |
olEmbeddeditem | The attachment is an Outlook message format file (.msg) and is a copy of the original message. | |
olOLE | The attachment is an OLE document. |
Remarks
Used as an optional parameter to the Microsoft.Office.Interop.Outlook.Attachments method to specify the attachment type.