SharingItem.BeforeAutoSave Event (Outlook)
Occurs before the SharingItem is automatically saved by Outlook.
Version Information
Version Added: Outlook 2007
Syntax
expression .BeforeAutoSave(Cancel)
expression An expression that returns a SharingItem object.
Parameters
Name |
Required/Optional |
Data Type |
Description |
---|---|---|---|
Cancel |
Required |
Boolean |
Set to True to cancel the operation; otherwise, set to False to allow the SharingItem to be saved. |