/ Forums / Advansys Formativ / Creating Solutions with Formativ / If-then-else statement , if mail is send local / Reply To: If-then-else statement , if mail is send local
January 22, 2004 at 10:34 pm
#6450
Your code uses incorrect syntax for the token AddressBookResolveFullName. A user ID is required as well the full name; use an empty string for the current (logged-in) user. Try the following code:
MsgBox GroupWise.AddressBookResolveFullName("Tendulkar", "")
I hope this helps.
Advansys Support