P
PP
Hello Guys,
I want to add some functionality to Send/Recive button. Here is my code...
I want that once this event is completed then my code should work.
public void OnStartupComplete(ref System.Array custom)
{
OutlookApplication.GetNamespace("mapi").SyncObjects["All
Accounts"].SyncEnd += new SyncObjectEvents_SyncEndEventHandler(SyncEnd);
}
This works fine, but just once. After opening outlook, it works for once
whaile it should work whenever i click this button. Please correct me.
I am developing plugin for Outlook 2003 and 2007 using VS 2008. Its shared
addin.
Thanks...
I want to add some functionality to Send/Recive button. Here is my code...
I want that once this event is completed then my code should work.
public void OnStartupComplete(ref System.Array custom)
{
OutlookApplication.GetNamespace("mapi").SyncObjects["All
Accounts"].SyncEnd += new SyncObjectEvents_SyncEndEventHandler(SyncEnd);
}
This works fine, but just once. After opening outlook, it works for once
whaile it should work whenever i click this button. Please correct me.
I am developing plugin for Outlook 2003 and 2007 using VS 2008. Its shared
addin.
Thanks...