Consulting

Results 1 to 2 of 2

Thread: add Comment to inbox message

  1. #1
    VBAX Newbie
    Joined
    Sep 2009
    Posts
    2
    Location

    add Comment to inbox message

    bs"d


    Hello everybody,



    I want to know if I have any options to add comment to inbox message. The point is that after I complete the issue, I want to leave some comment to help me remember what I did.


    A Lot of thanks,


    Beri

  2. #2
    I did something similar for Outbox emails in http://www.vbaexpress.com/forum/showthread.php?t=32844. Just change olFolderOutbox to olFolderInbox, .Body = .Body & "My comment" (you could use InputBox to prompt for the comment), and get rid of the .Send.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •