_NameSpace.CurrentProfileName Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.