K
Karsten Jung
Hello together!
Perhaps you can help me.
var oAttachs = objMessage.Attachments;
var oAttach = oAttachs.Item(iAttach);
oAttach is the attachment I want to open.
Can I open it directly or do I have to save the attachment to the
FileSystem?
When the attachment must be saved to fileSystem, how can I remove the
file after e.g. word was closed?
I should not fill the disc ;-)
thanks, Karsten
Perhaps you can help me.
var oAttachs = objMessage.Attachments;
var oAttach = oAttachs.Item(iAttach);
oAttach is the attachment I want to open.
Can I open it directly or do I have to save the attachment to the
FileSystem?
When the attachment must be saved to fileSystem, how can I remove the
file after e.g. word was closed?
I should not fill the disc ;-)
thanks, Karsten