Recent content by azhumvee

  1. A

    Create Task from Email and put body & email as attachment into task notes

    no, misunderstanding on the "figured it out on my own".. I'm week 2 into vba so your input on the move function left me clueless on what & where to put the move code. but i trial'd and error'd it until i got it. thats what i meant by on my own.. it was your solution :) ok i'll try the...
  2. A

    Create Task from Email and put body & email as attachment into task notes

    Thanks Michael.. wow i actually figured it out on my own.. :) last question (I think!) for this topic... can I make the url outlook entry id link have a name so it doesnt have to show a 80 to 100 or whatever character link to the entryID? but instead just an alias/name for the link? like...
  3. A

    Create Task from Email and put body & email as attachment into task notes

    Michael, I'll try that theory when I get home.. didn't want to start a new thread but I have a similar section of vba code and I want this to behave a little differently.. But I'm having problems of course... i want this one to take an email i have selected, move it to a prespecified...
  4. A

    Create Task from Email and put body & email as attachment into task notes

    I put objTask.Attachments.Add attPath & objMail.EntryID, olEmbeddeditem, 1 and it basically ignores the position.. still puts it at after the body..
  5. A

    Create Task from Email and put body & email as attachment into task notes

    Thank you.. Well as it turned out i've muddled up the concept of what I was trying to do.. one small problem.. I wanted the embedded email to be ABOVE the body in the task notes area... i'm thinking thats impossible.. am I right? heres the code Sub MoveSelectedMailtoTask() Dim objTask...
  6. A

    change the "no date" header in todo bar

    is it possible to change the "No Date" header to "Next Actions" in Outlook 2010 todo bar? tedious small OCD detail i know... sorry.. TIA
  7. A

    Create Task from Email and put body & email as attachment into task notes

    Michael - thank you, i'm aware of the follow-up feature.. i just don't like the fact the flags/follow-ups don't appear in any mobile form of outlook access.. and the main reason i dont want to use those - i cant have the fields that exist only in tasks (notes, % complete etc.) Diane - thanks...
  8. A

    Is it possible to remove the word Categories: from task list views?

    I like my task lists as clean as possible.. I find it redundant and unnecessary to have the word Categories: prefixing all of my categories.. Does anyone know where I can have it omit this? TIA
  9. A

    Create Task from Email and put body & email as attachment into task notes

    Using Outlook 2010... So as far as converting emails to tasks.. outlook only has option to move or copy an email with Text **OR** Attachment, but I want both. Is this possible with a macro? - sorry, day 1 of macros here :( I still want the subject of the email carried over as the...
Back
Top