Aviod the security prompt

  • Thread starter Thread starter CJ
  • Start date Start date
C

CJ

Dear All:

how to by-pass the security prompt, when i using the
programe to send the mail or fax the documents.
i need the procedure....thanks a lot


regards


CJ
 
Dear all:


thanks for help..
but i use the MS ACCESS-XP to send the fax by the
following code, so how to BY-PASS this security prompt?
DoCmd.SendObject acReport, "AutoFax", acFormatRTF, _
"[fax: " & ![Fax] & "], , , , , False"

regards

CJ
 
If you use that code, you cannot avoid the prompt. The page I suggested
lists all your options -- either rewrite the code to create the report as a
separate file that can be attached to an Outlook message and send with the
Redemption library or use a kludge like Express ClickYes.

--
Sue Mosher, Outlook MVP
Author of
Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers



CJ said:
Dear all:


thanks for help..
but i use the MS ACCESS-XP to send the fax by the
following code, so how to BY-PASS this security prompt?
DoCmd.SendObject acReport, "AutoFax", acFormatRTF, _
"[fax: " & ![Fax] & "], , , , , False"

regards

CJ
-----Original Message-----
See http://www.outlookcode.com/d/sec.htm for your options with regard to the
"object model guard" security in Outlook 2000 SP2 and later versions.




.
 
Back
Top