Search results

  1. C

    Visual Basic auto create task from email including attachments

    I would like the email attachment to be included in the task. What would i need to add to the code below: Sub ConvertMailtoTask(Item As Outlook.MailItem) Dim objTask As Outlook.TaskItem Set objTask = Application.CreateItem(olTaskItem) objTask.Subject = Item.Subject...
Back
Top