| Visual Basic (Declaration) | |
|---|---|
Public ReadOnly Property Mailboxes As MailboxCollection | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As Mailbox Dim value As MailboxCollection value = instance.Mailboxes | |
| C# | |
|---|---|
public MailboxCollection Mailboxes {get;} | |
| Managed Extensions for C++ | |
|---|---|
public: __property MailboxCollection* get_Mailboxes(); | |
| C++/CLI | |
|---|---|
public: property MailboxCollection^ Mailboxes { MailboxCollection^ get(); } | |
Property Value
A MailboxCollection which contains all messages in the mailbox.Returns the MailboxCollection object containing mailboxes below this mailbox in the hierarchy. This is dynamically generated the first time it is accessed.
Target Platforms: Microsoft .NET Framework 2.0
Copy Code