Attachment.ContentID Property


Gets the Content-ID of the embedded attachment.

[Visual Basic]
Public Property ContentID As String
[C#]
public string ContentID {get; }
[C++]
public: __property String* get_ContentID();
[JScript]
public function get ContentID() : String;

Property Value

A String value indicating the attachment Content-ID.

Example

[Visual Basic, C#, C++] For ContentID property usage, please refer to samples Samples section.