Microsoft
Software
Hardware
Network
Question : Call function in outlook
I found some vba code that will send an outlook email without the usual warning message. Can I call that sub from Access?
(I'm trying to send a word form letter where I can insert some fields and add an attachment to several email recipients....looks like the outlook sub will do it, just need to get the list of stuff from access).
Answer : Call function in outlook
you want to look into:
set myoutlookapp = createobject("outlook.appl
ication")
Random Solutions
How to convert this VB.NET code to VC# code?
excel remove chars
RANKING CONTAINS
Excel sheet renumbering
Play flv file in VB.NET Form
Only Content controls are allowed directly in a content page that contains Content controls
Error when using "Paste Append" to copy data from Excel to Access
sql: issue checking if character is in number range
Rename using date and Time
VS 2003 Project to VS2008 Project and Converting Windows Forms to Partial Classes