Moyosoft Products | Services | Download | Contact us    
Java Outlook Connector
Products  >  Java Outlook Connector  >  API Reference    
API Reference
   
Overview  |  
Classic JavaDoc

Outlook.createRecipient

public OutlookRecipient createRecipient(String pRecipientName)

Create a recipient object. This method is most commonly used to create a Recipient object for use with the getSharedDefaultFolder method, for example, to open a delegator's folder. It can also be used to verify a given name against an address book.

Parameters:
pRecipientName   The name of the recipient; it can be a string representing the display name, the alias, or the full SMTP e-mail address of the recipient.

Returns:
OutlookRecipient object

Throws:
ComponentObjectModelException   if any COM error occurs.

Community comments



Powered by JavaDocPlus