ContentTypeBoundary Property |
Gets or sets the value of the boundary parameter
included in the Content-Type header.
Namespace:
Aspose.Email.Mime
Assembly:
Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntaxpublic string Boundary { get; set; }
Public Property Boundary As String
Get
Set
public:
property String^ Boundary {
String^ get ();
void set (String^ value);
}
member Boundary : string with get, set
Property Value
Type:
StringA string that contains the value of boundary parameter.
See Also