Does the JobOptions.EmailOptions.Subject field override the email message subject field? Or, the other way around?
There are two types of email that can be done.
EmailOptions - this is a very basic email.
EnhancedEmailOptions - this gives a very wide range of itemss you can do with the email.
The Subject field in each only pertains to that one.
Tom
But, there is also a "Subject" in the EmailOptions and the EnhancedEmailOptions elements of the JobOptionsType. If I use this "Subject" element, does that overide the individual email Subject values? Is there any value of using one over the other? Is it there for some other reason?
Thanks.
Where are you intending to pass this "individual email Subject values"?