_Account.ExchangeConnectionMode Property

Returns an OlExchangeConnectionMode constant that indicates the current connection mode for the Microsoft Exchange Server that hosts the account mailbox. Read-only

Namespace:  Microsoft.Office.Interop.Outlook
Assembly:  Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)

Syntax

'Declaration
<DispIdAttribute()> _
ReadOnly Property ExchangeConnectionMode As OlExchangeConnectionMode
    Get
'Usage
Dim instance As _Account
Dim value As OlExchangeConnectionMode

value = instance.ExchangeConnectionMode
[DispIdAttribute()]
OlExchangeConnectionMode ExchangeConnectionMode { get; }

Property Value

Type: Microsoft.Office.Interop.Outlook.OlExchangeConnectionMode

Remarks

This property is similar to the ExchangeConnectionMode property of the NameSpace object, except that this property applies to the Exchange Server that hosts the account mailbox, and not necessarily to the primary Exchange account.

See Also

Reference

_Account Interface

_Account Members

Microsoft.Office.Interop.Outlook Namespace