Updating am adxolform from ProcessCustomPropertyChange

Add-in Express™ Support Service
That's what is more important than anything else

Updating am adxolform from ProcessCustomPropertyChange
 
nfsadx




Posts: 56
Joined: 2006-07-21
	public class ItemEvents : ADXOutlookItemEvents
	{
		public ItemEvents(AddinModule module) : base(module)
		{
		}

		public override void ProcessCustomPropertyChange(string name)
		{
                    //how do i update an adxOlform with values from here?
		}
/////more code
}


Hi, I have searched the forums and looked in the OutlookItemEvents demo but I cannot find an answer to the comment i have put above into the ProcessCustomPropertyChange event. Can someone please help?
Posted 23 Aug, 2006 04:11:16 Top
Sergey Grischenko


Add-in Express team


Posts: 7233
Joined: 2004-07-05
Hi Harry.

Please try the following code:

(this.Module as AddinModule).adxOlFormsManager1.CurrentForm.Update();
Posted 23 Aug, 2006 09:32:00 Top
Ralph Smith




Posts: 45
Joined: 2006-06-19
nfsadx,

Did the suggestion work for you? If not did you find a work around?
I am having a similar issue with 'CurrentForm' always turning up null.

Thanks.
Posted 29 Aug, 2006 10:22:24 Top
Fedor Shihantsov


Guest


Ralph,

We've fixed this bug.
The fix will be available in the next release (next week).
Posted 15 Sep, 2006 06:08:29 Top