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
Example
[Visual Basic, C#, C++] For ContentID property usage, please refer to samples Samples section.