hello, i've recently asked for help for a form in Outlook2000 where "behind" a clickbutton shall be the routine to chose a certain recipient and to send the form
I got the code:

Sub SendToA_Click()
Set recipientdummy = Item_
Recipients.Add ("EmpfaengerA")
Item.Send
Item.Close (0)
End Sub

the second line (perhaps more) cause a problem, can you help me.
please email me (!), because i don't have general access to the internet. Thank you very much
([email protected])