Consulting

Results 1 to 3 of 3

Thread: a code that send emails to OneNote based on a chosed criteria

  1. #1
    VBAX Newbie
    Joined
    Aug 2016
    Posts
    2
    Location

    a code that send emails to OneNote based on a chosed criteria

    I'm not experienced with VBA so I'm looking for some guidance on how to write a code that scans the email massage and based on a found criteria (e.g. some text or parameter) sends the email to a specific page in OneNote application.
    I was thinking on some direct VBA instructions, however, using the ribbon "send to OneNote" button from within the VBA looks like an option as well.

    Any tip or help would be welcome.

    Thank you in advance.

  2. #2
    VBAX Master
    Joined
    Jul 2006
    Location
    Belgium
    Posts
    1,286
    Location
    I think this page could be a good starting point : https://msdn.microsoft.com/en-us/lib.../dn575425.aspx

    Regarding which mail you would save or not I suggest using Categories. Create a categorie called OneNote. Create a rule that checks every message that you send on this categorie. If found, perform your written module for saving to OneNote.

    Good luck

    Charlize

  3. #3
    VBAX Newbie
    Joined
    Aug 2016
    Posts
    2
    Location
    Thank you Charlize.
    It seems to me as if no VBA is mentioned in this page.
    Do I miss anything?

Tags for this Thread

Posting Permissions

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