Default profile page
Namespace:
Aspose.Email.PersonalInfo
Assembly:
Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntaxpublic string Profile { get; set; }
Public Property Profile As String
Get
Set
public:
property String^ Profile {
String^ get ();
void set (String^ value);
}
member Profile : string with get, set
Property Value
Type:
String
See Also