_NameSpace.CurrentProfileName Property

Definition

Returns a String (string in C#) representing the name of the current profile. Read-only.

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

Property Value

Remarks

You assign a profile name when you create a profile.

CurrentProfileName maps to the MAPI property PidTagProfileName.

Applies to