G
GY2
Running Access2007 on Windows Server2003 Enterprise SP2.
I have a simple code module which creates a recordset filled with records
returned by a query run against the currentdatabse.
Now, from the same code module, I want to sent e-mails which contain some of
those records as the e-mail text.
I've searched the web but have not found any clear explanation of code--or
even a process--that will work in Access 2007.
I'm looking for something that will require the fewest references possible
and, ideally, no user controls, just some calls to some common dll or .Net
entity which I can be assured is installed on this server box.
I have the address of my company's SMTP server; I just need to know how to
start a conversation with it.
Any clues, much less code examples, would be greatly appreciated.
I have a simple code module which creates a recordset filled with records
returned by a query run against the currentdatabse.
Now, from the same code module, I want to sent e-mails which contain some of
those records as the e-mail text.
I've searched the web but have not found any clear explanation of code--or
even a process--that will work in Access 2007.
I'm looking for something that will require the fewest references possible
and, ideally, no user controls, just some calls to some common dll or .Net
entity which I can be assured is installed on this server box.
I have the address of my company's SMTP server; I just need to know how to
start a conversation with it.
Any clues, much less code examples, would be greatly appreciated.