Platform SDK: Exchange 2000 Server

IExchangeServer Interface

[This is preliminary documentation and subject to change.]

This interface provides access to storage groups in Microsoft® Exchange 2000 information stores.

IID
25150F47-5734-11D2-A593-00C04F990D8A
Extends
IDispatch

Member Summary

Properties

Name Type Description
DataSource

(Read-Only)

IDataSource

[C++,IDL]IDataSource*

Returns the IDataSource interface on the object.
DaysBeforeLogFileRemoval

[Visual Basic,VBScript] Long

[C++,IDL] Long

The days before log files are deleted from the server.
ExchangeVersion

(Read-only)

[Visual Basic,VBScript] String

[C++,IDL] BSTR

The version of Exchange installed on this server.
Fields

(Read-Only)

[Visual Basic] ADODB.Fields

[C++,IDL] Fields*

The object's Fields collection.
MessageTrackingEnabled

[Visual Basic,VBScript] Boolean

[C++,IDL] VARIANT_BOOL

Toggles message tracking for the server.
Name

(Read-only)

[Visual Basic,VBScript] String

[C++,IDL]BSTR

The name of the server.
ServerType

[Visual Basic,VBScript] CDOServerType

[C++,IDL]CDOServerType

The Server type for this server.
StorageGroups

(Read-only)

[Visual Basic,VBScript] Variant

[C++,IDL] VARIANT

A list of storage groups on this server.

Methods

Name Description
GetInterface Returns the specified dual interface on the object.

Example

[Visual Basic]
No code available