G
Guest
I have created a C# Windows form that performs a mail merge, however, I want
to access the resulting document and save it and close word. The code I am
using closes the original document and the data document leaving me no handle
to the result.
I am using
wrdMailMerge.Destination= Word.WdMailMergeDestination.wdSendToNewDocument;
wrdMailMerge.Execute(ref oFalse);
to perform the merge.
How do I access the wdSendToNewDocument properties?
to access the resulting document and save it and close word. The code I am
using closes the original document and the data document leaving me no handle
to the result.
I am using
wrdMailMerge.Destination= Word.WdMailMergeDestination.wdSendToNewDocument;
wrdMailMerge.Execute(ref oFalse);
to perform the merge.
How do I access the wdSendToNewDocument properties?