RecipentSubsciberChunkDTO Class

Alterian Email Manager 6.2.3 SDK Help File
Represents the summary of a recipient subscription chunk
Inheritance Hierarchy
SystemObject
  DMLibraryRecipentSubsciberChunkDTO

Namespace:  DMLibrary
Assembly:  DMLibrary (in DMLibrary.dll) Version: 1.0.6340.17420

Syntax
[SerializableAttribute]
public class RecipentSubsciberChunkDTO

The RecipentSubsciberChunkDTO type exposes the following members.

Constructors
NameDescription
Public methodRecipentSubsciberChunkDTO
Initializes a new instance of the RecipentSubsciberChunkDTO class
Top
Properties
NameDescription
Public propertyChunkSucceeded
True if the chunk succeeded or false if it fail processing
Public propertyFailedException
The exception message if the chunk failed
Public propertyFirstRecipientIdInChunk
The id of the first recipient in the chunk
Public propertyLastRecipientIdInChunk
The id of the last recipient in the chunk
Public propertyNumber
Chunk number
Public propertyNumberOfRecipientsInChunk
The number of recipients in the chunk
Top
See Also