ItemEvents_10.BeforeAttachmentRead Method
This is a member in an event interface in a COM coclass. It is not intended to be used in your code.
Namespace: Microsoft.Office.Interop.Outlook
Assembly: Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)
Syntax
'Declaration
<DispIdAttribute()> _
Sub BeforeAttachmentRead ( _
Attachment As Attachment, _
<OutAttribute> ByRef Cancel As Boolean _
)
'Usage
Dim instance As ItemEvents_10
Dim Attachment As Attachment
Dim Cancel As Boolean
instance.BeforeAttachmentRead(Attachment, _
Cancel)
[DispIdAttribute()]
void BeforeAttachmentRead(
Attachment Attachment,
out bool Cancel
)
Parameters
- Attachment
Type: Microsoft.Office.Interop.Outlook.Attachment
- Cancel
Type: System.Boolean