V Vikram Dec 29, 2005 #1 How can i send a mail from my application to outlook receipt, where mails should contain follow up flag and other details
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 Dec 31, 2005 #2 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).
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 Jan 4, 2006 #3 No but if i am sending mail using cdo object and not outlook app. object... then