Hunny Software Library Reference

Address Constructor (ByteString)

Constructor that takes an initial byte string argument.

[Visual Basic]
Overloads Protected Sub New( _
   ByVal bstr As ByteString _
)
[C#]
protected Address(
   ByteString bstr
);

Parameters

bstr
initial value for the string representation

Remarks

This constructor sets the Address object's string representation to bstr and sets its parent node to null.

Normally, you call the Parse() method immediately after this constructor to create the broken-down representation.

See Also

Address Class | Hunny.Mime Namespace | Address Constructor Overload List