MapiMessage.setRecipNo Method [AX 2012]
Adds a recipient to the message.
public void setRecipNo(int recipNo, MapiRecipDesc recipient)
Run On
CalledParameters
- recipNo
- Type: int
The number of the recipient.
- recipient
- Type: MapiRecipDesc Class
The MapiRecipDesc object that describes the recipient.
If you have to get a correct MapiRecipDesc object from a name that a user entered, use the resolveName method.
Community Additions
ADD
Show: