2.3.8.3 EnvRecipientCollection
Referenced by: MsoEnvelope
A collection that contains information about recipients for an email message.
|
|
|
|
|
|
|
|
|
|
1 |
|
|
|
|
|
|
|
|
|
2 |
|
|
|
|
|
|
|
|
|
3 |
|
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
RecipientCollTag |
|||||||||||||||||||||||||||||||
RecipientCollVer |
|||||||||||||||||||||||||||||||
Count |
|||||||||||||||||||||||||||||||
Recipients (variable) |
|||||||||||||||||||||||||||||||
... |
RecipientCollTag (4 bytes): An unsigned integer that contains a version tag for the recipient collection. MUST be 0xDCCA0123.
RecipientCollVer (4 bytes): An unsigned integer that contains a version for the recipient collection. MUST be 1.
Count (4 bytes): An unsigned integer that contains the number of recipients in the Recipients array.
Recipients (variable): An array of EnvRecipientProperties (section 2.3.8.4) that contains the properties for each recipient.