D
dayv2005
Im programming an add in for word to programmatically do the mail merge. But
i have all the code that sends it but then when i set it up to email like
this....
/* Merge properties */
ASSIGN
chTemplate:MailMerge:MailAsAttachment = FALSE
chTemplate:MailMergeestination = 0
chTemplate:MailMerge:MailAddressFieldName = "Email"
chTemplate:MailMerge:MailSubject = "Test"
chTemplate:MailMergeestination = 2
chTemplate:MailMerge:MailFormat = 1.
For some reason the securty access dialog keeps comming up. I have
redemption but dont know how to use it here. and i dont know why its doing
this or how to get around it
i have all the code that sends it but then when i set it up to email like
this....
/* Merge properties */
ASSIGN
chTemplate:MailMerge:MailAsAttachment = FALSE
chTemplate:MailMergeestination = 0
chTemplate:MailMerge:MailAddressFieldName = "Email"
chTemplate:MailMerge:MailSubject = "Test"
chTemplate:MailMergeestination = 2
chTemplate:MailMerge:MailFormat = 1.
For some reason the securty access dialog keeps comming up. I have
redemption but dont know how to use it here. and i dont know why its doing
this or how to get around it