Closed Bug 111968 Opened 23 years ago Closed 22 years ago

No Outlook Data when set up as a Corporate/WorkGroup Client.

Categories

(SeaMonkey :: MailNews: Address Book & Contacts, defect)

x86
All
defect
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED
Future

People

(Reporter: john.marmion, Assigned: john.marmion)

References

Details

Attachments

(1 file, 1 obsolete file)

The bug 78931 fix allows Mozilla to access Outlook(MAPI) Address Book Data.
While no UI exists to turn this feature on (see bug 83100) it can be enabled by
manually editing the prefs.js file. But if Outlook is configured as a
Corporate/WorkGroup Client attached to an MS Exchange Server rather than as an
Internet only Client then the current implementation in Mozilla fails to

a. retreive Outlook Address Book data
b. Run Advanced queries as outlined in bug 83023 and
c. Update Outlook Address Book Data

The only functionality currently working in both Outlook modes is 'Deleting of
Address Book Entries'.

The import feature works correctly in both modes.
Status: NEW → ASSIGNED
Target Milestone: --- → Future
Depends on: 118119
This patch will enable Outlook data in Mozilla when Outlook is configured in
Corporate/WorkGroup mode. In order to verify this patch, the patch for bug
#118119 will need to be applied. There are other related issues to updating of
Outlook data in this mode, but I will spin up a separate bug for that.
Blocks: 127848
Blocks: 127879
no content change but patch offsets need updating. I will chase a review on
this patch today.
Attachment #69492 - Attachment is obsolete: true
Taking ownership. Still waiting on a response to my request for a review. I
understand that Rajiv (rdayal@netscape.com) will hopefully deal with it. 
Assignee: racham → john.marmion
Status: ASSIGNED → NEW
For attachment (id=90087):

-     if (values [i].ulPropTag == aPropertyTags [i]) {
+     if (PROP_ID(values [i].ulPropTag) == PROP_ID(aPropertyTags [i])) {

It seems like it doesn't matter what the PROP_TYPE of aPropertyTags is, if the
PROP_ID matches, return the property's value. Assuming this is the case r=rdayal.
Yes, thanks Rajiv for your time, the assumption is correct. The property tags
returned in the two different Outlook configuration modes have the same
identifier (PROP_ID) but different type (PROP_TYPE).
Attachment #90087 - Flags: review+
Comment on attachment 90087 [details] [diff] [review]
keep patch up-to-date against trunk

sr=sspitzer
Attachment #90087 - Flags: superreview+
This fix is checked into the tree. Thanks to all who contributed to this. I have
verified that this works by testing against the Windows nightly build 1.2a
20020917. To enable Outlook in the Mozilla address book, you need to manually
edit the preferences file. see http://abzilla.mozdev.org
Status: NEW → RESOLVED
Closed: 22 years ago
Resolution: --- → FIXED
Product: Browser → Seamonkey
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Creator:
Created:
Updated:
Size: