VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



Sending Crystal Reports to MAPI

by Angsuman Banerji (23 Submissions)
Category: OLE/COM/DCOM/Active-X
Compatability: VB 6.0
Difficulty: Unknown Difficulty
Originally Published: Mon 4th February 2008
Date Added: Mon 8th February 2021
Rating: (1 Votes)

Sending Crystal Reports to MAPI

API Declarations


Dim rpt as craxdrt.Report

Rate Sending Crystal Reports to MAPI




   With rpt.ExportOptions
                .DestinationType = crEDTEMailMAPI
                .FormatType = crEFTPortableDocFormat

                .MailToList = "steve"

                .MailSubject = "Mail Subject"
                .MailMessage = strMessage
            End With

            With rpt
                .DisplayProgressDialog = False
                .EnableParameterPrompting = False
                .ParameterFields(1).AddCurrentValue "Any Old Value"
                .Export False
            End With


Download this snippet    Add to My Saved Code

Sending Crystal Reports to MAPI Comments

No comments have been posted about Sending Crystal Reports to MAPI. Why not be the first to post a comment about Sending Crystal Reports to MAPI.

Post your comment

Subject:
Message:
0/1000 characters