I was trying to manage notifications can with lines but without success,
the following code works well if the mold with the log function but not with notifications:
Dim T As String
T = "Row1" & Chr (13) & Chr (10) & "Row2" & Chr (13) & Chr (10)
log (T) 'Ok format
Notified.SetInfo ("Title", T, MyAct) 'only one row
is not possible manage the body row ?
other apps do the management on multiple lines!
in more management truncates the number of characters by inserting "..." instead of putting it on multiple lines.
Multiple line of body is not standard?