Gets the full "Content-Type" header line from the message or part.
Syntax
| Visual Basic (Declaration) | |
|---|
Public ReadOnly Property FullContentType As String |
| Visual Basic (Usage) | Copy Code |
|---|
Dim instance As MessagePartStream
Dim value As String
value = instance.FullContentType |
| C# | |
|---|
public string FullContentType {get;} |
| Managed Extensions for C++ | |
|---|
public: __property string* get_FullContentType(); |
Property Value
A string representing the Content-Type of the message or part, including all sub-types.
Remarks
Requirements
Target Platforms: Microsoft .NET Framework 2.0
See Also