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




Gets the "parent" mailbox for this message.

Syntax

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

Property Value

A Mailbox object representing the "parent" mailbox for this message.

Remarks

The ImapMessage.Mailbox property returns the mailbox that contains the message represented by this ImapMessage object.

Requirements

Target Platforms: Microsoft .NET Framework 2.0

See Also

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