Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Nigel Coates MAPI Class or Outlook class which should I
Message
General information
Forum:
Visual FoxPro
Category:
Classes - VCX
Miscellaneous
Thread ID:
00503064
Message ID:
00503437
Views:
18
Hello Colin

This is an excellent oppotunity for us to help each other out:)

I am right at the beggining of this project so I have not hit the problem you describe yet. I must deal with it before I go any further though because its pretty fundemental.

The help file says that GetAttachmentFile() will return the full path to the attachment but I am not sure how that works if our attachments are stored in MS Exchange.

The utility I am writing also has to have FTP capabilties as one of its fall back transfer methods, but I am writing the Email transfer method first.

I am working on this problem now.

My direct line work phone number is 01273 482243.

Please feel free to call me anytime you like and I will describe my app in more detail. If we share code there will be big time saving benefits for both of us.


Mark




>Mark
>
>I am trying to build a similar app to you. My problem is that MapiMail tells me what the attachment files are by name but doesnt allow me to extract them and copy them to another location. Maybe I am missing somthing.
>
>This is the tail end of the code I am using.
>
>oObj=CreateObject("cusmapi")
>oObj.ReadMail(lcusername,lcpassword,lcunread,lcsender,lcsubject,lcstart,lcend,lcfetch)
>for x=1 to ff
>fred(x)=oObj.GetAttachmentFile(x)
>next
>
>array fred thus has the names of the attachments but not how to extract them.
>Any bright ideas?
>
>Colin Northway
Previous
Reply
Map
View

Click here to load this message in the networking platform