Platform SDK: Exchange 2000 Server |
[This is preliminary documentation and subject to change.]
Contains the server's domain name.
[Visual Basic] Property Domain As String [C++] HRESULT Domain(BSTR* varDomain); [IDL] HRESULT Domain([out, retval] BSTR* varDomain);
You can use this in your script to construct http://URL's, file://URL's, and ldap://URL's.
"http://" + WorkflowSession.Server + "." + WorkflowSession.Domain