Platform SDK: Exchange 2000 Server

Domain Property

[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);

Remarks

You can use this in your script to construct http://URL's, file://URL's, and ldap://URL's.

Example

"http://" + WorkflowSession.Server + "." + WorkflowSession.Domain

See Also

IWorkflowSession