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
Syntax
public string Boundary { get; set; }

Property Value

Type: String
A string that contains the value of boundary parameter.
See Also