_Store.DisplayName Property

Definition

Returns a String (string in C#) representing the display name of the Store object. Read-only.

public:
 property System::String ^ DisplayName { System::String ^ get(); };
public string DisplayName { get; }
Public ReadOnly Property DisplayName As String

Property Value

Remarks

DisplayName is the default property of the Store object. This property corresponds to the MAPI property, PidTagDisplayName.

DisplayName is read-only. To change the DisplayName of a Personal Folders File (.pst), use the PropertyAccessor object and the SetProperty(String, Object) method.

Applies to