Attachment.Type Property
Returns an OlAttachmentType constant indicating the type of the specified object. Read-only.
Namespace: Microsoft.Office.Interop.Outlook
Assembly: Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)
Syntax
'Declaration
ReadOnly Property Type As OlAttachmentType
Get
'Usage
Dim instance As Attachment
Dim value As OlAttachmentType
value = instance.Type
OlAttachmentType Type { get; }
Property Value
Type: Microsoft.Office.Interop.Outlook.OlAttachmentType