We have a vb.Net (Framework 2.0) application through which we create mails in lotus notes draft folder. The user's have Group Directory created.
When the mail is created it is correctly saved in the draft folder of Group Directory. But when these mails are sent the actual user id goes as sender name which is wrong. When the same thing is done manually the sender's name is same as group directory name.
What could be the possible reason and how could we resolve this problem?
E.g.
My notes id is saurabh and i have access to Group Directory Developers.
Now I want the mail should be received as
From
Developer
sent by: saurabh
but the recipien recieves it as
From
saurabh
Thanks & regards,
Saurabh Damle
Software/Hardware used:
VB.NET application (.NET Framework 2.0)
ASKED:
March 18, 2010 4:53 PM
UPDATED:
March 30, 2010 2:48 PM
Thanks for the reply.
But when I try to set Principal field in vb.net, it gives runtime error like “there is no field named Principal”
Code:
objNotesDocument.Principal = “Value”
Regards,
Saurabh
Sorry for my poor knowledge in vb.net but i will try to point you in this direction : maybe you should create the field first before assign a value to it . Try it and tell us…