LumiSoft Mail Server User API
ContentID Property
Namespaces > LumiSoft.Net.Mime > MimeEntity > ContentID
Gets or sets header field "Content-ID:" value. Returns null if value isn't set.
Syntax
C#Visual BasicManaged C++
public string ContentID { get; set; }
Public Property ContentID As String
public:
String^ ContentID {
	String^ get ();
	void set (String^ value);
}

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