Mail Export but using a Outlook

Can I use as default, a default mail client ... and not show a FR Mail Form? How Can I do these?

Comments

  • what about the follow resolution?

    There is a new OnSendMail event handler on the fMailExport component
    which you can utilize to intercept the sending of the email and
    use your own method for sending instead (using mapi or whatever):

    Here are the parameters for the event:

    function TfmReport.fMailExportSendMail(const Server: string; const
    Port:
    Integer; const UserField, PasswordField: string; FromField, ToField,
    SubjectField, CompanyField, TextField: WideString; FileNames:
    TStringList; Timeout: Integer; ConfurmReading: Boolean): string;
    begin
    // comment out inherited, i think that this will skip the sending
    // of the email by the fastreport's internal mail client:
    // inherited;


    // handle the sending of the email here.


    end;

Leave a Comment

Rich Text Editor. To edit a paragraph's style, hit tab to get to the paragraph menu. From there you will be able to pick one style. Nothing defaults to paragraph. An inline formatting menu will show up when you select text. Hit tab to get into that menu. Some elements, such as rich link embeds, images, loading indicators, and error messages may get inserted into the editor. You may navigate to these using the arrow keys inside of the editor and delete them with the delete or backspace key.