L
Lars Thomsen Nielsen
Outlook2000: I'm trying to add emailadresses to an appointments
form, but I can't get it to work. Is it not possible? Below is
some code that I have tried, but it does not seem to work with
Item.To or Item:Recipient.Add. What can I write instead?
Best regards
Lars
***********
Function Item_Open()
If Item.size = 0 then
Item.Start = Date + 1.5
Item.End = Date + 2.5
Item.Subject = "Hello"
Item.To = "(e-mail address removed)"
Item.Recipient.Add "(e-mail address removed)"
Item.Recipient.ResolveAll
End If
form, but I can't get it to work. Is it not possible? Below is
some code that I have tried, but it does not seem to work with
Item.To or Item:Recipient.Add. What can I write instead?
Best regards
Lars
***********
Function Item_Open()
If Item.size = 0 then
Item.Start = Date + 1.5
Item.End = Date + 2.5
Item.Subject = "Hello"
Item.To = "(e-mail address removed)"
Item.Recipient.Add "(e-mail address removed)"
Item.Recipient.ResolveAll
End If