/ 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

#6450
Support 1
Participant

    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