Unable to send a mail

Hi,

I am pretty much new to lotus notes. Please suggest a possible solution to this query.

I want to send a mail to a person whose name is present in one field. At the statement, newDoc.SendTo=uidoc.FieldGetText(“NotesDeveloper”)

I am getting the error as ‘unable to send mail, no match found in Name & Address Book’.

NotesDeveloper is the name of the field which contains the names to which mails should go.

Also, if this field contain one name, then the mail is sent but if the field contains more than one name, then the above msgbox is displayed. I have clicked Allow Multiple values on this field’s property box.

How this can be resolved?

Hrish.

Subject: Unable to send a mail

try:

newDoc.SendTo=uidoc.Document.GetItemvalue(“NotesDeveloper”)

Regards

Byju Joy