title | keywords | f1_keywords | api_name | ms.assetid | ms.date | ms.localizationpriority | ||
---|---|---|---|---|---|---|---|---|
Application.BeforeFolderSharingDialog event (Outlook) |
vbaol11.chm447 |
|
|
e06257eb-f2d9-63cf-1220-dda55ee0ea14 |
06/08/2017 |
medium |
Occurs before the Sharing dialog box is displayed for a selected Folder object.
expression. BeforeFolderSharingDialog
( _FolderToShare_
, _Cancel_
)
expression An expression that returns an Application object.
Name | Required/Optional | Data type | Description |
---|---|---|---|
FolderToShare | Required | Folder | The Folder object to be shared. |
Cancel | Required | Boolean | (Not used in VBScript). False when the event occurs. If the event procedure sets this argument to True, the dialog box is not displayed. |
This event provides an add-in with the capability of replacing the sharing user interface supplied by Outlook with a custom user interface. This event does not occur if a sharing message is programmatically created and displayed.
[!includeSupport and feedback]