Microsoft
Software
Hardware
Network
Question : Office Email Merge with email options (Read receipt, delivery receipt, etc)
I need to send out a large number of e-mails and wll be merging information into a document, but I would like to be able to track who opens the email, when they received it by using the 'read receipt' option and the 'delivery receipt' options, Is this possible in office 2002?
Thanks
Answer : Office Email Merge with email options (Read receipt, delivery receipt, etc)
If you're doing the mail merge via VB, I think you just need to add the following code:
.OriginatorDeliveryReportR
equested = True
.ReadReceiptRequested = True
Random Solutions
Open Sharepoint server's pdf file in asp.net...
VS 2003 Project to VS2008 Project and Converting Windows Forms to Partial Classes
Rename using date and Time
sql: issue checking if character is in number range
Reference Problem - Name conflicts with existing project, module or object library
Only Content controls are allowed directly in a content page that contains Content controls
Get Columnname of a matched value
Excel sheet renumbering
RANKING CONTAINS
How to convert this VB.NET code to VC# code?