How to programmatically(c#) add new Send/Receive group in Outlook

  • Thread starter Thread starter Stop method of Sync object is not workin
  • Start date Start date
S

Stop method of Sync object is not workin

Hi All

I want to programmatically Add new Send/Receive group in Outlook and
modify the setting for existing groups.

Thanks in advance
 
Although it doesn't matter in this case you should post your Outlook
version.

That's not exposed in any version of Outlook's object model. You might be
able to do that using Extended MAPI (no C#) or the Redemption
(www.dimastr.com/redemption) Profman library, but I'm not sure about that.




"Stop method of Sync object is not workin"
 
I am using Outlook 2007 , if possible can you send me sample code or
reference sites for making send/receive group.

Thanks for your response.
 
I told you I'm not even sure it can be done. If it can it would be with
Extended MAPI (no C#, only C++ or Delphi) or with Profman from Redemption.
As I don't know if it can be done how can I send you sample code or
reference sites? You will have to research that.




"Stop method of Sync object is not workin"
 
Back
Top