Share via


EnvelopeRecipientCollection.Item Property

When overridden in a derived class, the Item property gets or sets the element at the specified index in the collection.

Namespace: Microsoft.Exchange.Data.Transport
Assembly: Microsoft.Exchange.Data.Transport (in microsoft.exchange.data.transport.dll)

Syntax

'Declaration
Public MustOverride ReadOnly Default Property Item ( _
    index As Integer _
) As EnvelopeRecipient
public abstract EnvelopeRecipient this [
    int index
] { get; }
public:
virtual property EnvelopeRecipient^ default [int] {
    EnvelopeRecipient^ get (int index) abstract;
}
/** @property */
public abstract EnvelopeRecipient get_Item (int index)
JScript supports the use of indexed properties, but not the declaration of new ones.

Parameters

  • index
    The zero-based index of the element to get or set.

Property Value

The Item property returns the element at the index specified by the index parameter.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows XP Professional with Service Pack 2 (SP2), Windows Server 2003,

Target Platforms

Windows Server 2003