Search results

  1. E

    Open olNoteItem Attachment

    Hi, I've written some code which creates and then attaches a blank Note to an e-mail: Sub AddNote() Dim objExplorer As Explorer Dim OutlookMsg As MailItem Dim objNote As Object Set objExplorer = Outlook.Application.ActiveExplorer If objExplorer.Selection.Count = 0 Then MsgBox "An...
Back
Top