Showing related tags and posts accross the entire site.
-
Hi Guys I am trying to create an outlook appointment from an ASP.net web site version 2.0. I am making use of the interface Microsoft.Office.Interop.Outlook to create the appointment. But my exact requirement is to display the body (description) of the appointment in HTML format (which includes images...
-
Hi All Is it possible to develop an outlook chat plugin like Gtalk (Chat in GMail)? We use a common exchange server and the contacts can be pulled in from there. Online users can be checked if their outlook is opened. I cant see much documentation in the internet for outlook plugin development. Any idea...
-
So you are able to get all attachments. But you are not able to read the contents of embedd items from body part. Right? btw, How are you reading the body part? Is it something like ((Microsoft.Office.Interop.Outlook.MailItem)myInbox.Items[1]).Body; ?
-
Hello Shiju, What kind of issues you are facing? You are not able to read the attachments from mails?
-
Hello everybody , I have one issue reading outllok mail item using my own interface . application: my application is able to read outllok inbox/outbox, etc mail items. but i have some issues when the file contains some mime objects, i;e. multimedia items . please help me/ suggest me, somehow. thanks...