send follow up mails

V

Vikram

How can i send a mail from my application to outlook receipt, where mails
should contain follow up flag and other details
 
M

Michael Bauer

Am Thu, 29 Dec 2005 09:40:34 +0530 schrieb Vikram:

You can create a new mail item with the CreateItem function. The flag can be
set by the Flag* properties. All available properties are listed in the
object brwoser (F2).
 
V

Vikram

No but if i am sending mail using cdo object and not outlook app. object...
then
 
Top