×
×בי
Hi
I'm creating an addin button that when I'll click on it, will send a mail to
certain recipients that I choose.
I want to do it from outlook 2003 and word 2003.
I retrieved the emails and I wrote.
I have a couple of questions:
1) When I send my mail from "Word". How can I cthat the body of the message
is the "Word" text document?
MailItem myMail = (MailItem)OutLookApp.CreateItem(OlItemType.olMailItem);
myMail.Body = .....
How can I specify that the Body is the "Word" document body?
2) I want to send mails but on a certain date in the future, and place them
in the outbox. Is there a way to do it?
3) If the text editor of the outlook is not "Word" and I want to define it
as "Word" for the current send, how can I do it - if it's possibble.
thanks in advance
I'm creating an addin button that when I'll click on it, will send a mail to
certain recipients that I choose.
I want to do it from outlook 2003 and word 2003.
I retrieved the emails and I wrote.
I have a couple of questions:
1) When I send my mail from "Word". How can I cthat the body of the message
is the "Word" text document?
MailItem myMail = (MailItem)OutLookApp.CreateItem(OlItemType.olMailItem);
myMail.Body = .....
How can I specify that the Body is the "Word" document body?
2) I want to send mails but on a certain date in the future, and place them
in the outbox. Is there a way to do it?
3) If the text editor of the outlook is not "Word" and I want to define it
as "Word" for the current send, how can I do it - if it's possibble.
thanks in advance