Platform SDK: Exchange 2000 Server

ServerType Property

[This is preliminary documentation and subject to change.]

Gets or sets the Server type for this server.

[Visual Basic]
Property ServerType as CDOServerType
[C++]
HRESULT get_ServerType(CDOServerType* pVal);
HRESULT put_ServerType(CDOServerTypeVal);
[IDL]
HRESULT [propget] ServerType([out,retval] CDOServerType* pVal);
HRESULT [propput] ServerType([in] CDOServerType Val);

Remarks

The CDOServerType enumeration is provided for this property. It indicates whether the server is a front-end or back-end server. Front-end servers function as visible servers to clients such as POP, IMAP, or HTTP. Front-end servers can then proxy protocols to back-end servers that have the actual information stores.

See Also

CDOServerType Enum