PC Review


Reply
Thread Tools Rate Thread

C# + Outlook addin + Context menu functionalities

 
 
Anushya
Guest
Posts: n/a
 
      16th Jan 2004
Hi

I need to implement all the functionalites provided in the context
menu in outlook inbox, in an outlook addin. I am listing all the mail
items in a listview in a form created in c#. Can implement
functionalties like reply, delete, forward by using the following code

//Sample for forward
//oOlMailItem - Collection of Mailitems
oOlMailItem =(Microsoft.Office.Interop.Outlook.MailItem)
oOlMailItems[intI];
object OMissing = System.Reflection.Missing.Value ;
oOlMailItem.Forward().Display(OMissing);

But how to implement these functionalties??
Followup, Find All, Junk EMail, Create rule, Options

Thanks
Anushya
 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
C# + Outlook addin + Context menu functionalities Anushya Microsoft Outlook Interoperability 0 16th Jan 2004 02:11 PM
C# + Outlook addin + Context menu functionalities Anushya Microsoft C# .NET 0 16th Jan 2004 02:11 PM
C# + Outlook addin + Context menu functionalities Anushya Microsoft Dot NET 0 16th Jan 2004 02:11 PM
Re: Addin - context menu - target project name Jim Butler Microsoft VB .NET 1 14th Nov 2003 03:44 PM
Re: Addin - context menu - target project name Jim Butler Microsoft C# .NET 1 14th Nov 2003 03:44 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 10:45 AM.