Search results for query: *

  1. A

    Question checking and merging '.pdf'-files with itextsharp

    With a vb.net tool I'm collecting emails (as file) and their attachments from outlook. The files are, as far as they are not ".pdf"-files, converted to ".pdf"-files and afterwards merged to one whole ".pdf"-file. Therefore I'm using itextsharp. My codes works basically, but far from perfect. The...
  2. A

    Question Getting all new emails (ItemAdd)

    Hello, i'd like to monitor a public OL2010 folder and put the incoming item into a dictionary. Everything ist fine with the following code, as far as only one email arrives at a time: *************SNIP************* Public Sub olInboxItems_ItemAdd(ByVal Item As Object) Handles...
  3. A

    Question Recognize OL-Attachments as inbound rsp. attached

    Thank you very much...! This is kind of perfect!!!
  4. A

    Question Recognize OL-Attachments as inbound rsp. attached

    Hello, I'm trying to identify an email's attachment as "inbound" in the mail body, e.g. as logo or the like, or as "not inbound" attached to the email. The inbound attachments are not shown in the OL-attachment listing but are part of "mailitem.attachments". The not inbound attachments are the...
Back
Top