Description: | Displays a Choose Recipient dialog box which lets you select which recipients you wish to add to the message as TO recipients. |
Syntax: | object.AddABRecipients |
Parameters: | |
object | Required, the Message object |
Remarks: | This method displays a Choose Recipient dialog box. From this dialog box, you have access to all local users, remote users, the Contact address book, the VIM address book and the MAPI address book. You may select any one or more recipients and press the Add button. This will display the selected recipients in the Selected Recipients list. When you press OK on the Choose Recipient dialog box, the function will return True, having added the recipients to the message as TO recipients. If you press Cancel the function will return False. |
Returns: | Returns True if OK was pressed on the Choose Recipient dialog box, False otherwise. |
Example: |
Set session = CreateObject("OfficeTalk.Session")
Call session.Logon(login name, password)
Set message = session.NewMessage
message.AddABRecipients