Provides access to the "Content-ID" header line of the part.
Syntax
| Visual Basic (Declaration) | |
|---|
Public Property ContentId As String |
| Visual Basic (Usage) | Copy Code |
|---|
Dim instance As MimeAttachmentStream
Dim value As String
instance.ContentId = value
value = instance.ContentId |
| C# | |
|---|
public string ContentId {get; set;} |
| Managed Extensions for C++ | |
|---|
public: __property string* get_ContentId();
public: __property void set_ContentId(
string* value
); |
Property Value
A string representing the value of the "Content-ID" header line.
Remarks
Requirements
Target Platforms: Microsoft .NET Framework 2.0
See Also