Skip to main content

SendOptionsViewModel Properties

A View Model that provides options for exporting documents and sending them via e-mail.
Name Description
AvailableExportFormats Provides access to the collection of available export formats.
EmailOptions Gets the settings that specify how a document is exported and sent via e-mail.
ExportFormat Specifies the format for exporting a document. Inherited from ExportOptionsViewModelBase.
ExportOptions Gets the settings that specify how a document is exported to various formats. Inherited from ExportOptionsViewModelBase.
FileName Specifies the full path to the file to which a document should be exported. Inherited from ExportOptionsViewModelBase.
HiddenExportFormats Provides access to the collection of export formats that cannot be used to export the document. Inherited from ExportOptionsViewModelBase.
IsInDesignMode static Gets whether design-time mode is active. Inherited from ViewModelBase.
SelectFileCommand Returns a command that calls the ExportOptionsViewModelBase.SelectFile method. Inherited from ExportOptionsViewModelBase.
ShowOptionsBeforeExport Gets whether to show the Export Options dialog before exporting a document. Inherited from ExportOptionsViewModelBase.
SubmitCommand For internal use. Inherited from ExportOptionsViewModelBase.
See Also