Can an agent extract email attachments from a user's mailbox, and move them to an IFS folder on another iSeries (AS400) box without notes cline running?
We have a generic email account that receives email attachments, but there are no Notes Clients that will be watching it, so this agent would have to react when new mail is received, and extract the attachment and drop it in an IFS share.
Can this be done?
Software/Hardware used:
Domino 8.0.2 on iSeries
ASKED:
September 14, 2009 10:31 PM
UPDATED:
September 23, 2009 12:06 PM
Yes, I’m very interested in looking at the code.
I’ve been chasing down connections to DB2 in the hope I could get to IFS that way, but no luck.
You are touching one of my challenges on my to-do list.. I’ll also be very grateful to see actual code.
I’ll look forward andhope youwill publish the actual code.
Thanks in advance.
OK You will have this code.
Do you know LotusScript ? If i give you my code as is, do you will know how to adapt it (delete what you don’t need, change variables, and so on) or you prefer i give you the source a bit rewrited (with comment) ?
In the second case, you have to wait a couple of days cause i’m very busy now…
And sorry for my poor english !
I can get by with the raw code.
I knwo VB, and have been working the LotusScrit for a while.
I can read the uncommented code and get what i need from it.
Bruce… are you still out there?
Yep, here is the code :
Function YaFichier( strFichier As String ) As Integer
If Dir( strFichier , 0 ) = “” Then
YaFichier = 0
Else
YaFichier = 1
End If
End Function
Here’s a link to what i ended up doing…
http://itknowledgeexchange.techtarget.com/itanswers/notes-email-attachment-to-ifs-agent/#comments