PowerTCP Mail for .NET
FullContentType Property
See Also  Send comments on this topic.
Dart.PowerTCP.Mail Namespace > MimeAttachmentStream Class : FullContentType Property




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 MimeAttachmentStream
Dim value As String
 
value = instance.FullContentType
C# 
public string FullContentType {get;}
Managed Extensions for C++ 
public: __property string* get_FullContentType();
C++/CLI 
public:
property String^ FullContentType {
   String^ get();
}

Property Value

A string representing the Content-Type of the message or part, including all sub-types.

Remarks

The "Content-Type" header notifies receiving mail clients of the type of data contained within the MIME part, enabling them to properly handle the data.

If the part is not a MIME part or the message is not a MIME message, this property returns an empty string.

Requirements

Target Platforms: Microsoft .NET Framework 2.0

See Also

Documentation Version 3.2
© 2010 Dart Communications. All Rights Reserved.