Search results

  1. K

    Extract email to excel from a specific sender

    Hi, Looking to extract email from outlook from a specific sender. Can anyone please suggest modification to the code pls. Dim olApp As Outlook.Application Dim objNS As Outlook.Namespace Set olApp = Outlook.Application Set objNS = olApp.GetNamespace("MAPI") Set myolItems =...
  2. K

    Sharedmail box

    Hi, The below verbs doesnot seem to work on shared mailbox. Emails are responded through shared mailbbox but still none of the replies or forwards are captured. EXCHIVERB_REPLYTOSENDER = 102 EXCHIVERB_REPLYTOALL = 103 EXCHIVERB_FORWARD = 104 I need the original email item and replies on the...
  3. K

    VBA to measure response time for each emails in a shared mailbox

    Hi All, i have put together a macro to measure reponse time taken for an email response in a shared emailbox. it works fine in picking all the items from inbox but fails to pick any email sent by users. Email goes from personal inbox. Here is the macro for understanding. Can anyone please...
Back
Top