Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Open Attachment
Message
De
18/05/1999 07:42:20
 
 
À
18/05/1999 03:16:41
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Titre:
Divers
Thread ID:
00219920
Message ID:
00219943
Vues:
19
>Hi,
> How could I open Attachment or get the path of the attachment from MS Outlook?
>
>Thank you

Assuming you have the mail item with the attachment and the item is referenced as "MyItem", then:

MyAttachment1 = MyItem.Attachments(1)
MyFileName = MyAttachment.FileName
MyPathName = MyAttachment.PathName && Linked files only

Bill
William A. Caton III
Software Engineer
MAXIMUS
Atlanta, Ga.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform