Gets or sets the value of the name parameter.
Namespace:
Aspose.Email.Mime
Assembly:
Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntax public string Name { get; set; }
Public Property Name As String
Get
Set
public:
property String^ Name {
String^ get ();
void set (String^ value);
}
member Name : string with get, set
Property Value
Type:
StringA String that contains the name.
See Also