string Email {get; set;}
Type: System.String
The e-mail of profile.
// get e-mail string email = project.Profile.Email; // set e-mail project.Profile.Email = "MyEmail";
// get e-mail $email = $project->Profile->Email; // set e-mail $project->Profile->Email = "MyEmail";
Target Platforms: Desktop: Windows XP SP3 and older. Server: Windows Server 2003 and older.
IProfile Interface IProfile Members