Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Using VFP to read Email in Lotus Notes error with
Message
General information
Forum:
Visual FoxPro
Category:
COM/DCOM and OLE Automation
Miscellaneous
Thread ID:
00701128
Message ID:
00703326
Views:
13
>The first few characters are ASCII 127 10 127 10 127 10
>This is followed by a string of email addresses without any characters to separate them. The following is a sample to a "To:" distribution
>
>
>
>
>
>anasmohideen@hotmail.comjohn@www.comacexpress@acecargo.lktharadk@yahoo.com

Let me get this straight. When you get an object reference to the NotesItem SendTo and go through the array, the first array element is what you posted? Example:
loSend = lodoc.GetFirstItem("SendTo")
for each lcaddress in loSend.Values
   ? lcaddress
endfor
Note: I can't test this right now but I believe the For Each loop will work on the array.

Or do you get multiple entries?
Larry Miller
MCSD
LWMiller3@verizon.net

Accumulate learning by study, understand what you learn by questioning. -- Mingjiao
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform