DotNetOpenMail 0.5.7 (beta)

AbstractEmailAttachment.ContentId Property

An optional content id that is used to refer to the attachment from elsewhere within a multipart/related email.

[Visual Basic]
Public Property ContentId As String
[C#]
public string ContentId { get; set; }
[C++]
public: __property String* get_ContentId();
public: __property void set_ContentId(String* );
[JScript]
public function get ContentId() : String
public function set ContentId(String);

See Also

AbstractEmailAttachment Class | DotNetOpenMail Namespace