Search results

  1. S

    Untitled Attachment

    Outlook 2k3/2k10, use macro : Sub ForwardAsAttach() On Error Resume Next Dim objItem As Outlook.MailItem If Application.ActiveExplorer.Selection.Count = 0 Then MsgBox ("No item selected") Exit Sub End If For Each objItem In Application.ActiveExplorer.Selection Set...
  2. S

    VBA for IMAP shared folder

    The IMAP shared folder from email "abc@domain.ru" is connected to my Outlook imap account. And sometimes i need move there email from my IMAP account. I'd like to create a macro that I can move selected emails in this IMAP shared folder. P.S. Folder Need, Its not subfolder! Example...
Back
Top