Skip to content

Latest commit

 

History

History
45 lines (26 loc) · 1.32 KB

Outlook.NameSpace.ExchangeMailboxServerVersion.md

File metadata and controls

45 lines (26 loc) · 1.32 KB
title keywords f1_keywords api_name ms.assetid ms.date ms.localizationpriority
NameSpace.ExchangeMailboxServerVersion property (Outlook)
vbaol11.chm792
vbaol11.chm792
Outlook.NameSpace.ExchangeMailboxServerVersion
01e83a30-f574-1ff6-34de-85c14ecc09c1
06/08/2017
medium

NameSpace.ExchangeMailboxServerVersion property (Outlook)

Returns a String value that represents the full version number of the Exchange server that hosts the primary Exchange account mailbox. Read-only.

Syntax

expression. ExchangeMailboxServerVersion

expression An expression that returns a 'NameSpace' object.

Remarks

This property returns a string that contains the version number of the Exchange server for the active mailbox. The version number has the following four parts.

<major version>.<minor version>.<build number>.<revision>

Not all parts may be present in the version number, depending on the version information that is supplied by the Microsoft Exchange Server. For example, this property returns "6.5.7638" for Microsoft Exchange Server 2003 Service Pack 2.

If an Exchange mailbox is not present in the namespace, this property returns an empty string.

See also

NameSpace Object

[!includeSupport and feedback]