Permission.RequestPermissionURL Property
Gets or sets the file or Web site URL to visit or the e-mail address to contact for users who need additional permissions on the active document. Read/write.
Syntax
expression.RequestPermissionURL
expression A variable that represents a Permission object.
Remarks
The RequestPermissionURL setting corresponds to the Users can request additional permissions from option in the permissions user interface. Use the RequestPermissionURL property to specify a file, a Web site, or an e-mail contact from which users can request, or learn how to request, additional permissions on the active document, for example:
- A Web address:
http://companyserver/request_permissions.asp - A file:
\\companyserver\share\requesting_permissions.txt - An email address:
mailto:permissionsmgr@example.com?Subject=Request-permissions
Example
The following example displays information about the permissions settings of the active document, including the RequestPermissionURL setting.
| Visual Basic for Applications |
|---|
|