OdsoRecipientDataCollection class

OdsoRecipientDataCollection class

A typed collection of OdsoRecipientData To learn more, visit the Mail Merge and Reporting documentation article.

Remarks

Constructors

NameDescription
OdsoRecipientDataCollection()The default constructor.

Indexers

NameDescription
__getitem__(index)Gets or sets an item in this collection.

Properties

NameDescription
countGets the number of elements contained in the collection.

Methods

NameDescription
add(value)Adds an object to the end of this collection.
clear()Removes all elements from this collection.
remove_at(index)Removes the element at the specified index.

See Also