J- You may have to reset Outlook (depends on version) I would try this quick fix first. If you Google it, you will find others with the same trouble when using the MAPI.dll w/Outlook 2010
I happened to trip across it yesterday while looking for something else and it caught my eye. Which ver RBase? Paul Quick link: http://www.google.com/search?source=ig&hl=en&rlz=&q=outlook+2010+reset+mapi& aq=f&aqi=&aql=&oq= Not knowing your Outlook version etc..... -----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of J BLAUSTEIN Sent: Thursday, March 10, 2011 9:52 AM To: RBASE-L Mailing List Subject: [RBASE-L] - Email using print command with gmail client thank you karen - I have added the pipe before the email_date and the command is still not working - I should mention that the operating system is windows 7 pro I went into the setting/report/email and completed the form 25 smtp.gmail.com hit the test button and connection establish --250.mix.google.com and then I complete autentication on [email protected] pw then I attempt to email directly from a print - completed the email info and still did not received he email I am using the below code to attempt to send an email using the print command - I have setup this client with outlook - they have a domain name as visualimageny.com which is supported under gmail- the setup in out look is: imap.gmail.com smtp.gmail.com [email protected] password 993 SSL 25 TLS authentication is on I can send and received everything from outlook - I have attempt to change the 25 to 465, or 587 - I would appreciate your help J set v vemailname = '[email protected]' set v vsubject = 'test test' set v vbody = 'body body' set v vname = 'VISUAL IMAGE STUDIO' PRINT A9_CONTRACT WHERE eiden = 3 + OPTION PDF|FILENAME test |EMAIL ON |EMAIL_AUTHENTICATION ON |EMAIL_HOST smtp.gmail.com + |EMAIL_PORT 25 |EMAIL_USERID [email protected] |EMAIL_PASSWORD password + |EMAIL_BODY &vbody |EMAIL_DATE .#DATE |EMAIL_FROM_ADDRESS [email protected] + |EMAIL_FROM_NAME &VNAME |EMAIL_TO_LIST &vemailname |EMAIL_REPLY [email protected] + |EMAIL_SUBJECT &VSUBJECT |EMAIL_CC_LIST [email protected] |EMAIL_BCC_LIST [email protected] + |EMAIL_DELETE_AFTER_SEND Off |EMAIL_SHOW_DIALOG On return -- J. Blaustein J Blaustein Associates, Inc. 12 Herrick Drive Lawrence, NY 11559 516-371-3445 FAX 516-345-8009 --- RBASE-L ================================================ TO POST A MESSAGE TO ALL MEMBERS: Send a plain text email to [email protected] (Don't use any of these words as your Subject: INTRO, SUBSCRIBE, UNSUBSCRIBE, SEARCH, REMOVE, SUSPEND, RESUME, DIGEST, RESEND, HELP) ================================================ TO SEE MESSAGE POSTING GUIDELINES: Send a plain text email to [email protected] In the message SUBJECT, put just one word: INTRO ================================================ TO UNSUBSCRIBE: Send a plain text email to [email protected] In the message SUBJECT, put just one word: UNSUBSCRIBE ================================================ TO SEARCH ARCHIVES: Send a plain text email to [email protected] In the message SUBJECT, put just one word: SEARCH-n (where n is the number of days). In the message body, place any text to search for. ================================================

