PowerTCP Mail for .NET
Mailbox Property




Gets the mailbox containing the message.
Syntax
Public ReadOnly Property Mailbox As Mailbox
Dim instance As ImapMessage
Dim value As Mailbox
 
value = instance.Mailbox
public Mailbox Mailbox {get;}
public: __property Mailbox* get_Mailbox();
public:
property Mailbox^ Mailbox {
   Mailbox^ get();
}

Property Value

A Mailbox containing this message.
See Also

Reference

ImapMessage Class
ImapMessage Members


PowerTCP Mail for .NET Documentation Version 4.3
© 2018 Dart Communications. All Rights Reserved.
Send comments on this topic