Discussion:
GW 7.03 MAPI multiple recipients problem
(too old to reply)
Ray Sittig
2008-11-24 23:30:06 UTC
Permalink
We have an in-house application utilizing simple MAPI which works with
client 5.2.6. For client 7.03, a single recipient works fine. Howver, if
there's more than one recipient (MAPI_TO) and a cc (MAPI_CC) to in-house
Groupwise users, the last user in the MapiRecipDesc array shows up in all 3
spots, twice in the To: and once in the cc:. Email to multiple outside users
works fine. I've tried the following variations of lpszAddress to no avail:

Groupwise email address: ***@somewhere.com

1. SMTP:rsittig - (works for GW5.2.6 not for 7.03)
2. NGW:rsittig - (works for GW5.2.6 not for 7.03)
3. SMTP:***@somewhere.com - (works for GW5.2.6 not for 7.03)
4. NGW:***@somewhere.com - (works for GW5.2.6 not for 7.03)

Is this a known issue and is their any workaround?
Does anyone have a snippet of working code for multiple internal GW
recipients?

Thanks,

Ray Sittig
Ray Sittig
2008-11-25 17:27:40 UTC
Permalink
Corrections:

1. The first user in the MapiRecipDesc array shows up in all 3 spots
2. Email to multiple outside users has the same problem.
3. The STMP vs. NGW is a red herring and has nothing to do with this issue.
(GW 5.2.6 figures out SMTP:rsittig, NGW:rsittig and rsittig are all
internal NGW users)

Thanks in advance,

Ray Sittig
Post by Ray Sittig
We have an in-house application utilizing simple MAPI which works with
client 5.2.6. For client 7.03, a single recipient works fine. However, if
there's more than one recipient (MAPI_TO) and a cc (MAPI_CC) to in-house
Groupwise users, the last user in the MapiRecipDesc array shows up in all 3
spots, twice in the To: and once in the cc:. Email to multiple outside users
1. SMTP:rsittig - (works for GW5.2.6 not for 7.03)
2. NGW:rsittig - (works for GW5.2.6 not for 7.03)
Is this a known issue and is there any workaround?
Does anyone have a snippet of working code for multiple internal GW
recipients?
Thanks,
Ray Sittig
Loading...