C
Christian
I would like to send a form with the mailitem by a small vb-programm like
this:
....
myItem.To = "myusername"
myItem.Subject = "blablalba"
myItem.Body = "TextText"
myItem.MessageClass = "IPM.Note.MyNewForm"
myItem.Send
....
In design mode of my form I have set the option "Send form definition with
item" to true.
If I send the form to my own computer it works fine but it didn´t work at
another PC (by sending with my visual basic progy). If I send it with
Outlook directly by choosing the form it works allways!? Is there something
more todo in my progy? I only set the MessageClass value of my item.
Maybe someone can help me
Thanks for your help.
Christian
this:
....
myItem.To = "myusername"
myItem.Subject = "blablalba"
myItem.Body = "TextText"
myItem.MessageClass = "IPM.Note.MyNewForm"
myItem.Send
....
In design mode of my form I have set the option "Send form definition with
item" to true.
If I send the form to my own computer it works fine but it didn´t work at
another PC (by sending with my visual basic progy). If I send it with
Outlook directly by choosing the form it works allways!? Is there something
more todo in my progy? I only set the MessageClass value of my item.
Maybe someone can help me
Thanks for your help.
Christian