Outlook programming in C#

  • Thread starter Thread starter Guest
  • Start date Start date
I'm really confused with your quesiton. Actually where you are currently in?

If(You are in the begining)
{
You can use Redemption or Mapi33 or Microsoft Outlook x.x Library to get
the mails;
}
else if(you are working on Redemption)
{
Check http://www.dimastr.com/redemption/faq.htm
}
else if(working on Mapi33)
{
Check g8.cx/mapi/
}
else if(Microsoft Outlook x.x Library)
{
You can use Outlook.MailItemClass.SenderName;
}

I think that helps,

Chester.
 
Back
Top