Hunny Software Library Reference

Mailbox Constructor (Mailbox)

Copy constructor.

[Visual Basic]
Overloads Public Sub New( _
   ByVal other As Mailbox _
)
[C#]
public Mailbox(
   Mailbox other
);

Parameters

other
instance to copy

Remarks

This constructor performs a deep copy of its argument. The parent node of the new Mailbox object is set to null.

See Also

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