Is it possible to send a file attachment - for example, a Word document - using the SendObject method? Or is there another method that can be used?
Is it possible to send a file attachment - for example, a Word document - using the SendObject method? Or is there another method that can be used?

This month, every Windows Secrets subscriber can download a one-chapter excerpt of Windows 7: The Missing Manual.Windows 7: The Missing Manual provides valuable information to help you overcome these difficulties in learning a new operating system. Subscribe today to download your free excerpt.
SendObject can only send database objects (such as a query or report) as attachment. You'll have to use Automation instead.
If you are using Outlook, see <post#=335733>post 335733</post#> by patt for example code. Otherwise, search this forum for MAPI attachment or something like that.