PowerTCP Mail for .NET
MailHeader Constructor()
See Also  Example Send comments on this topic.
Dart.PowerTCP.Mail Namespace > MailHeader Class > MailHeader Constructor : MailHeader Constructor()




Initializes a new instance of the MailHeader class.

Syntax

Visual Basic (Declaration) 
Public Function New()
Visual Basic (Usage)Copy Code
Dim instance As New MailHeader()
C# 
public MailHeader()
Managed Extensions for C++ 
public: MailHeader();
C++/CLI 
public:
MailHeader();

Example

The following example demonstrates
Visual BasicCopy Code
' Be sure to import the namespace by putting "Imports Dart.PowerTCP.Mail"
' at the top of your class.
C#Copy Code
// Be sure to import the namespace by putting "using Dart.PowerTCP.Mail;"
// at the top of your class.

Remarks

The default constructor creates a new instance of the MailHeader class that is empty.

Requirements

Target Platforms: Microsoft .NET Framework 2.0

See Also

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