ItemEvents_10_BeforeAttachmentSaveEventHandler 代理人
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
これは、対応するオブジェクト内のイベントの委任です。 イベントのコールバック メソッドを実装した後、この委任を使用して、コールバック メソッドをイベントに接続します。 イベント インターフェイスのバージョンが複数ある場合、この委任は、イベントのコールバック メソッドを、指定されたバージョンの Outlook に接続します。
public delegate void ItemEvents_10_BeforeAttachmentSaveEventHandler(Attachment ^ Attachment, [Runtime::InteropServices::Out] bool % Cancel);
[System.Runtime.InteropServices.ComVisible(false)]
public delegate void ItemEvents_10_BeforeAttachmentSaveEventHandler(Attachment Attachment, out bool Cancel);
Public Delegate Sub ItemEvents_10_BeforeAttachmentSaveEventHandler(Attachment As Attachment, ByRef Cancel As Boolean)
パラメーター
- Attachment
- Attachment
添付ファイル を保存します。
- Cancel
- Boolean
False イベントが発生します。 場合は、イベント プロシージャでは、この引数を設定する 場合は True 、保存操作は完了せず、添付ファイルは変更されません。
- 属性