Microsoft Access Constants for SendObject Method

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

The help page on "SendObject Method" tersely writes: "OutputFormat Optional
Variant." What are the possible values? I couldn't find them in the page
"Microsoft Access Constants", either. In particular, I'm looking for the one
to send Mail.
 
Found it in "OutputTo Method" help topic:
AcFormat can be one of these AcFormat constants.
acFormatASP
acFormatDAP
acFormatHTML
acFormatIIS
acFormatRTF
acFormatSNP
acFormatTXT
acFormatXLS
 
Back
Top