Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Identify attachment extension
Message
From
16/04/2010 02:16:25
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
COM/DCOM and OLE Automation
Title:
Identify attachment extension
Miscellaneous
Thread ID:
01460476
Message ID:
01460476
Views:
106
In Outlook automation, is there a quick way to identify the type of attachment(s) that accompany an email.
i am trying to get rid of superfluous .gifs that sometimes come with emails - but wish to store all others
Here is my code to store the attachments:
loAttach = loMSG.attachments   && attachments object
llAttach = Iif(loAttach.Count > 0,.T.,.F.)   && number of attachments
For Each loAttachment In loMSG.attachments
loAttachment.SaveAsFile("c:\attachments\"+loAttachment.filename)   && save attachment
Next
as it now stands it's not until the attachments are stored that i can sift through them.

thanks for help.

k
Next
Reply
Map
View

Click here to load this message in the networking platform