Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Lotus Notes issue
Message
From
18/07/2002 17:08:12
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
COM/DCOM and OLE Automation
Title:
Lotus Notes issue
Miscellaneous
Thread ID:
00680223
Message ID:
00680223
Views:
68
Hi,

I'm trying to send e-mail to 2 users, using
the following code.

lcSendTo='user1@abc.com;user2@abc.com'
IF !EMPTY(lcSendTo)
loDoc.ReplaceItemValue("SendTo",lcSendTo)
ENDIF
Only the first user will receive the message. I tried to use AppendItemValue method instead of ReplaceItemValue, but have the same result.
Is it anything wrong?
TIA
Next
Reply
Map
View

Click here to load this message in the networking platform