Returns all of the elements in the MailHeaders collection as an array of bytes
Syntax
| Visual Basic (Declaration) | |
|---|
Public Function GetBytes() As Byte() |
| Visual Basic (Usage) | Copy Code |
|---|
Dim instance As MailHeader
Dim value() As Byte
value = instance.GetBytes() |
| Managed Extensions for C++ | |
|---|
public: byte[]* GetBytes(); |
Return Value
A byte array containing the values of all header lines in the collection.
Example
The following example demonstrates
| Visual Basic | Copy 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
Requirements
Target Platforms: Microsoft .NET Framework 2.0
See Also