EmailSignatureEntries.Item[Object] Property

Definition

Returns an individual object in a collection.

public:
 property Microsoft::Office::Interop::Word::EmailSignatureEntry ^ default[System::Object ^ %] { Microsoft::Office::Interop::Word::EmailSignatureEntry ^ get(System::Object ^ % Index); };
public Microsoft.Office.Interop.Word.EmailSignatureEntry this[ref object Index] { get; }
member this.Item(obj) : Microsoft.Office.Interop.Word.EmailSignatureEntry
Default Public ReadOnly Property Item(ByRef Index As Object) As EmailSignatureEntry

Parameters

Index
Object

An Object indicating the ordinal position or a string representing the name of the individual object.

Property Value

Applies to