 | MimeBaseContentId Property |
Content-ID of this entity. Without enclosing '<' and '>'.
You can use
ContentIdHelper to extract content id from cid url.
Namespace: Limilabs.Mail.MIMEAssembly: Mail (in Mail.dll) Version: 3.0.26106.1555
Syntaxpublic string ContentId { get; set; }Public Property ContentId As String
Get
Set
public:
property String^ ContentId {
String^ get ();
void set (String^ value);
}member ContentId : string with get, set
Property Value
String
RemarksE.g. 01@mobile
See Also