ApplicationName Property

ApplicationName Property

This content is no longer actively maintained. It is provided as is, for anyone who may still be using these technologies, with no warranties or claims of accuracy with regard to the most recent product version or service release. The ApplicationName property is used to store the application name displayed by the TreeView control user interface elements. The default value for this property is "Exchange TreeView Control".

Applies To

ExchangeTreeViewControl Class

Syntax

Visual Basic .NET

Property ApplicationName As String

C#

string ApplicationName

Remarks

The default value for this property is "Exchange TreeView Control".

Examples

Visual Basic .NET

In the following example, the ApplicationName property is set to "Exchange Store Folder View".

myTreeViewControl.ApplicationName = "Exchange Store Folder View"

C#

In the following example, the ApplicationName property is set to "Exchange Store Folder View".

myTreeViewControl.ApplicationName = "Exchange Store Folder View";

Send us your feedback about the Microsoft Exchange Server 2003 SDK.

Build: June 2007 (2007.618.1)

© 2003-2006 Microsoft Corporation. All rights reserved. Terms of use.