Platform SDK: Exchange 2000 Server

Server Property

[This is preliminary documentation and subject to change.]

Contains the server name.

[Visual Basic,VBScript]
Property Server As String
[C++]
HRESULT Server(BSTR* varServer);
[IDL]
HRESULT Server([out, retval] BSTR* varServer);

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