Recent content by Thibaud

  1. T

    Problem with .Recipients.Add("alias")

    Yes I can add display the task window and add a recipient manually. if I run that : With OutTask .Subject = study .Body = "Deadline pour le test : " & study .DueDate = deadline 'échéance .ReminderTime = True 'Rappel .Display .Send End With End If End Sub I can add it manually but .send...
  2. T

    Problem with .Recipients.Add("alias")

    Hello , May you help me for a little bug in my code ? I don't understand why, but when I run my code I got this error message :"Application-defined or object-defined error". This happen in this line : Set myDelegate = OutTask.Recipients.Add("alias") Do you know what am I doing wrong ? Have a...
Back
Top