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
| Name | Type | Access | Description |
|---|---|---|---|
Active | bool | Read/Write | Specifies whether the record from the data source shall be imported into a document when the mail merge is performed. |
Column | int | Read/Write | Specifies the column within the data source that contains unique data for the current record. |
UniqueTag | byte[] | Read/Write | Specifies the contents of a given record in the column containing unique data. |
Hash | int | Read/Write | Represents the hash code for this record. |
Methods
| Signature | Description |
|---|---|
Clone() | Returns a deep clone of this object. |