PowerTCP Mail for .NET
Item Property




The case-sensitive mailbox name to search for.
Gets the Mailbox with the specified name.
Syntax
Public Shadows ReadOnly Default Property Item( _
   ByVal name As String _
) As Mailbox
Dim instance As MailboxCollection
Dim name As String
Dim value As Mailbox
 
value = instance.Item(name)
public new Mailbox this[ 
   string name
]; {get;}
public: __property new Mailbox* get_Item   string* name
;
public:
new property Mailbox^ default [String^] {
   Mailbox^ get(String^ name);
}

Parameters

name
The case-sensitive mailbox name to search for.

Property Value

A Mailbox object or null if no match is found.
Remarks
This method performs a linear search, returning a Mailbox if Mailbox.Name equals name.
See Also

Reference

MailboxCollection Class
MailboxCollection Members


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