RecipentSubsciberChunkDTOLastRecipientIdInChunk Property
|
Alterian Email Manager 6.2.3 SDK Help File
The id of the last recipient in the chunk
Namespace:
DMLibraryAssembly:
DMLibrary (in DMLibrary.dll) Version: 1.0.6340.17420
Syntaxpublic int LastRecipientIdInChunk { get; set; }
Public Property LastRecipientIdInChunk As Integer
Get
Set
public:
property int LastRecipientIdInChunk {
int get ();
void set (int value);
}
member LastRecipientIdInChunk : int with get, set
function get_LastRecipientIdInChunk();
function set_LastRecipientIdInChunk(value);
Property Value
Type:
Int32
See Also