  | TaskManagerMailSendNotificationMail Method  | 
  
    Namespace: 
   Dynamicweb.Scheduling
    Assembly:
   Dynamicweb.Scheduling (in Dynamicweb.Scheduling.dll) Version: 4.0.2
Syntaxpublic void SendNotificationMail(
	string toID,
	string fromID,
	string taskID
)
Public Sub SendNotificationMail ( 
	toID As String,
	fromID As String,
	taskID As String
)
Parameters
- toID
 - Type: SystemString
 - fromID
 - Type: SystemString
 - taskID
 - Type: SystemString
 
See Also