/ 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
Having some problems with this code as written.
sEmail=Groupwise.AddressBookResolveFullName (sMail)
always returns nothing.
If we insert the On Error Resume Next then the code continues, always inserting the disclaimer because MailCheck comes back false.
This indicates to me that the Resolution is always throwing an error. It appears when typing the message that the Display Name comes up (resolves), but sending this Display Name to the Groupwise.AddressBookResolveFullName code causes it to fail.
Anything obvious? Does it work on your end. Using GW 6.0.2 and Formativ 1.6. Thanks for whatever you can do.