Bugzilla – Bug 83139
Creating an iFolder with iManager causes a null reference exception.
Last modified: 2005-08-02 18:17:22 UTC
The null reference is coming from AddSubscription() where the POBox is being told to schedule a sync. This is an illegal thing to do if the POBox is hosted on a server.
This is fixed by checking to see if the POBox is hosted on a client. If it is, then a sync is scheduled.
Verified in 5-13-05 build.