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




Gets or sets the element at the specified index.

Overload List

OverloadDescription
Item(Int32) Gets or sets the element at the specified index.  
Item(String)Gets the element with the matching UID.  

Exceptions

ExceptionDescription
System.ArgumentOutOfRangeExceptionIndex is less than zero. -or-Index is equal to or greater than Count.

Remarks

This property provides the ability to access a specific element in the collection by using the following syntax:

myCollection[Index]

Note, intellisense may not work on members of objects referenced by using this indexer. If you would like intellisense to work, get the object referenced by the indexer into it's own variable.

Requirements

Target Platforms: Microsoft .NET Framework 2.0

See Also

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