The code I'm working on now is using the Microsoft CDO for Windows 2000 Automation, but I need to set the importance of the email when it is sent. I found that the CDO 1.2 Library has this function, but I cannot figure out how to change the schemas that were in the CDO for Windows 2000. Here are the 3 schemas:
CDOMessage2.Configuration.Fields.Item('
http://schemas.microsoft.com/cdo/configuration/smtpserver').Value := SMTPSetup.Server;
CDOMessage2.Configuration.Fields.Item('
http://schemas.microsoft.com/cdo/configuration/sendusing').Value := 2;
CDOMessage2.Configuration.Fields.Item
('
http://schemas.microsoft.com/cdo/configuration/smtpconnectiontimeout').Value := 10;
Thanks for the help.[/code]
Comments
I ran a list of URL Schemas from the Fields collection of CDO.Message in VB.
numbers 5 and 6 may be of interest to you.