LumiSoft Mail Server User API
ContentType_Boundary Property
Namespaces > LumiSoft.Net.Mime > MimeEntity > ContentType_Boundary
Gets or sets "Content-Type:" header field "boundary" parameter. Returns null if Content-Type: header field value isn't set or Content-Type: header field "boundary" parameter isn't set. Note: Content-Type must be multipart/xxx or exception is thrown.
Syntax
C#Visual BasicManaged C++
public string ContentType_Boundary { get; set; }
Public Property ContentType_Boundary As String
public:
String^ ContentType_Boundary {
	String^ get ();
	void set (String^ value);
}

Assembly: LumiSoft.Net Version: 2.0.2636.18419 (Module: LumiSoft.Net)