Recent content by wiglwagl

  1. W

    Create new outlook task into task subfolder using vba

    hi, yes it works fine for me. Is the Custom Folder created? bool rc_b = false; Outlook.MAPIFolder CustomFolder = null; Outlook.Application outlookApp = new Outlook.Application(); Outlook.MAPIFolder taskFolder =...
  2. W

    Create new outlook task into task subfolder using vba

    hi i do so with Terms, but this should work with tasks too. Outlook.Application outlookObj = new Outlook.Application(); Outlook.MAPIFolder subFolder = null; Outlook.MAPIFolder fldContacts =...
  3. W

    How to create a cutsom task field in c#?

    Hi @ All, how do i create a custom task field with c#? Can someone help me? :D Thanks regards WW
Back
Top