2.9.233 RouteSlipInfo

The RouteSlipInfo structure provides information about a single routing slip recipient.


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

cbEntryID

cbszName

rgbEntryId (variable)

...

szName (variable)

...

cbEntryID (2 bytes): A 16-bit signed integer that specifies the number of bytes in rgbEntryId.

cbszName (2 bytes): A 16-bit signed integer that specifies the number of bytes in szName. This value MUST be greater than zero.

rgbEntryId (variable): An array of bytes that provide a unique identifier for this routing slip recipient.

szName (variable): A narrow string that specifies the name or e-mail alias of the routing slip recipient. The length of the string MUST be equal to cbszName. The string is encoded by using the operating system code page of the computer that last saved this file.