Platform SDK: Exchange 2000 Server |
[This is preliminary documentation and subject to change.]
When using the scripting host, this property specifies the path (URL) to the file containing the script code to execute.
http://schemas.microsoft.com/exchange/events/scripturl
None
[Visual Basic] String
[C++] VT_BSTR
DBTYPE_WSTR
The URL can be to a script file located in the Web Store in which the binding item is created, or on a file system. Both the OLE DB http: and file: URI schemes are supported. However, the local Web Store OLE DB provider is always used if the URL is expressed using the file: or http: schemes. You cannot store the script file on a remote machine, and the script must be accessible by the process under which the Web Store process is executing.
"d:\onsavescript.vbs"
"file://./backofficestorage/domain.microsoft.com/public folders/common/scripts/myonsavescript1.vbs"