|
-
Aug 17th, 2000, 03:17 AM
#1
Thread Starter
New Member
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])
-
Aug 17th, 2000, 06:23 AM
#2
Thread Starter
New Member
please help! it cannot be so difficult!
i need it for my stage in a hospital...
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|