Getting To, Cc and BCc email addresses from a MailItem in Outlook
Seems to be a simple task. Right? But, not exactly. Say olMailItem is the object of Outlook.MailItem. From olMailItem.TO, olMailItem.CC and olMailItem.BCC, we g...
Seems to be a simple task. Right? But, not exactly. Say olMailItem is the object of Outlook.MailItem. From olMailItem.TO, olMailItem.CC and olMailItem.BCC, we g...
I am trying to create a mail item in Outlook with old date and time, which looks some thing like an Inbox Mail Item which arrived long back. After some painful ...
For getting Sender Email of a MailItem in POP3/SMTP accounts if pretty easy. We can get that by olMailItem.SenderEmailAddress. But, for Exchange Accounts, its ...
Have you ever suffered from the following error while working with COM objects? Unable to cast COM object of type ‘System.__ComObject’ to interface ...
Just found an awesome link from Microsoft`s MSDN site on Deploying VSTO solutions, enhancing setup project by adding features like installing prerequisites and ...
Hi all, This question pestered my mind for so many days. I have developed an add-in. It is working fine but taking much time to load. After studying all the iss...