Share via


NameSpace.CurrentProfileName Property

Outlook Developer Reference

Returns a String representing the name of the current profile. Read-only.

Version Information
 Version Added:  Outlook 2007

Syntax

expression.CurrentProfileName

expression   A variable that represents a NameSpace object.

Remarks

You assign a profile name when you create a profile.

CurrentProfileName maps to the MAPI property PR_PROFILE_NAME.

See Also