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




Gets any headers for the part.

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property Header As String
Visual Basic (Usage)Copy Code
Dim instance As MessagePartStream
Dim value As String
 
value = instance.Header
C# 
public string Header {get;}
Managed Extensions for C++ 
public: __property string* get_Header();
C++/CLI 
public:
property String^ Header {
   String^ get();
}

Property Value

A CRLF-delimited string of headers for the part.

Remarks

Normally, headers for a part is handled by the object and is made accessible as a high-level property. For example, the "Content-Type:" header is accessible through the Type property. This property returns a list of all MIME headers for the part.

Requirements

Target Platforms: Microsoft .NET Framework 2.0

See Also

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