2.3.8.3 EnvRecipientCollection

Referenced by: MsoEnvelope

A collection that contains information about recipients for an email message.


0


1


2


3


4


5


6


7


8


9

1
0


1


2


3


4


5


6


7


8


9

2
0


1


2


3


4


5


6


7


8


9

3
0


1

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.