OdsoRecipientData

OdsoRecipientData

Overview

OdsoRecipientData is a class in Aspose.Words FOSS for .NET.

Represents information about a single record within an external data source that is to be excluded from the mail merge.

This class provides 1 method for working with OdsoRecipientData objects in .NET programs. Available methods include: Clone. All public members are accessible to any .NET application after installing the Aspose.Words FOSS for .NET package. Properties: Active, Column, Hash, UniqueTag.

Properties

NameTypeAccessDescription
ActiveboolRead/WriteSpecifies whether the record from the data source shall be imported into a document when the mail merge is performed.
ColumnintRead/WriteSpecifies the column within the data source that contains unique data for the current record.
UniqueTagbyte[]Read/WriteSpecifies the contents of a given record in the column containing unique data.
HashintRead/WriteRepresents the hash code for this record.

Methods

SignatureDescription
Clone()Returns a deep clone of this object.

See Also