> > On Thu, Jan 6, 2011 at 3:45 AM, Ankita Verma <
ankita.verma.h...@gmail.com>wrote:
>
> >> Dear Richard,
>
> >> I am using the libpst jar file for my project. I am facing a problem
> >> in displaying the email addresses of the people to whom the mail has
> >> been CC.
>
> >> getDisplayCC() displays either the name or email addresses of the
> >> people to whom the mail has been CC. Is there a way by which i can
> >> get only the email addresses of CC.
>
> >> Please reply as soon as possible.
>
> > You have to go through the recipient list using getRecipient() and then use
> > getEmailAddress() on each recipient.
>
> > Note that if the recipient is on an Exchange server, there might not be an
> > SMTP email address in the PST file.
>
> PS: See also getSmtpAddress() in PSTRecipient.
>