OlAttachmentType Enum
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.
Specifies the attachment type.
public enum class OlAttachmentType
public enum OlAttachmentType
Public Enum OlAttachmentType
- Inheritance
-
OlAttachmentType
Fields
Name | Value | Description |
---|---|---|
olByValue | 1 | The attachment is a copy of the original file and can be accessed even if the original file is removed. |
olByReference | 4 | This value is no longer supported since Microsoft Outlook 2007. Use olByValue to attach a copy of a file in the file system. |
olEmbeddeditem | 5 | The attachment is an Outlook message format file (.msg) and is a copy of the original message. |
olOLE | 6 | The attachment is an OLE document. |
Remarks
Used as an optional parameter to the Attachments method to specify the attachment type.