| 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(); | |
Property Value
A Mailbox object representing the "parent" mailbox for this message.The ImapMessage.Mailbox property returns the mailbox that contains the message represented by this ImapMessage object.
Target Platforms: Microsoft .NET Framework 2.0
Copy Code