Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Using VFP to read Email in Lotus Notes error with
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
COM/DCOM et OLE Automation
Divers
Thread ID:
00701128
Message ID:
00703326
Vues:
14
>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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform