Event of Sending Mail From Outlook Integration Add-On

Dear Experts,
I am not able to find the event if I am sending mail from outlook integration add-on. Suppose I open a Sales Order that already entered and click on Mail Menu and click on 'Send' Button (Form Type = 188). It sends the mail successfully from Outlook but I am not able to use the event after that while it shows me operation completed successfully.
I am writting it as follows:
if (pVal.FormType == 188 && pVal.ActionSuccess == true && pVal.EventType == BoEventTypes.et_ITEM_PRESSED && pVal.ItemUID == "1")
I have used it on Form Data Event too but no success.
if (BusinessObjectInfo.BeforeAction == false)
                switch (BusinessObjectInfo.EventType)
                    case BoEventTypes.et_FORM_DATA_ADD:
                            switch (BusinessObjectInfo.FormTypeEx)
                                        Case "188":
                                        }break;
Plz help me.
Regards

Hi,
Thanks for replying.
I want a report that how many times a mail is sent against an Order.
What i am doing:
1. Open particular Sales Order.
2. Click Mail Menu
3. Click Send Button.
4. Here comes an Popup box that a third party is trying to send a mail coz I am using outlook integration add-on to send mail. I allow it to send the mail.
5. Mail is send successfully. I got the status bar message also.
Now I want to write my event but not able to do that.
plz reply now.
Regards

Similar Messages

  • Problem sending mail from OUTLOOK

    Hi !
    I use the following code to send mails from outlook:
    Process p = Runtime.getRuntime().exec(new String[]{"cmd.exe","/c", "start","mailto:[email protected]?body=test"});
    and it works, but my problem is that if I add any other attribute like cc,subject only the first one it's done, I mean, If I do:
    Process p = Runtime.getRuntime().exec(new String[]{"cmd.exe","/c", "start","mailto:[email protected]?subject=subject_test&body=test"});
    subject will appear properly but body will be empty.
    Where is the problem??
    Thanks!!
    TLLI

    Okay, I was mistaken, I thought about this thread. Might still be helpful to you, especially the JDIC reference:
    http://forum.java.sun.com/thread.jspa?forumID=31&threadID=641669

  • Tables for Sent Mail via Outlook Integration Add-On

    Dear All,
    I am using Outlook Integration Add-On to send the mail via Microsoft Outlook. But I have noticed that whatever I sent using this add-on, the record is not saving in the database tables i.e. OALR, OAOB or AOB1. Can you please tell me whether it is the default behavior or SAP stores this data in other tables. ? I am using SAP 8.82 PL-09
    Please help me. Any kind of help would be appreciated.
    Thanks & Regards
    Ankit Chauhan

    Hi Nagarajan K,
    I checked it with @BO_ but not able to find it. Still you can access my system.
    Team ID is:  412 665 665
    Password:   9286
    Thanks & Regards
    Ankit Chauhan

  • Clean install Exchange 2013 on win2012 server and separate win2012 R2 DC not sending mail from Outlook

    Hello,
    I'm struggeling with a problem. I've a clean installed exchange 2013 on a windows 2012 server. The DC is on a separate server. But I can't send a mail from Outlook and the recieve connector is correctly configured. There are no error's and mail in the queue
    Even sending a mail from the OWA ends in the Drafts folder from that user.
    Can somebody help me with this?
    Thanks Michel

    Hello,
    Come back and mark the replies as answers if they help and unmark them if they provide no help.
    I'm marking the reply as answer as there has been no update for a couple of days.
    If you come back to find it doesn't work for you, please reply to us and unmark the answer.
    Cara Chen
    TechNet Community Support

  • Can't send mail from outlook for mac

    I have a desktop mac with OS X 10.8.3 operating system. I recently upgrade to Mountain Lion.
    I use Outlook Office for mac 2011 to receive/send emails. For the last four days I haven't been able to send mail, only receive. Whenever I try to send an email I get the following error message
    "Cannot send mail. The SMTP server does not recognize any of the authentication methods supported by Outlook. Try changing the SMTP authentication options in Account settings or contact your network administrator"
    Why is this happening and what do I do to change the settings?

    It's your password mate. Something to do MS Office & the way it handles passwords.
    I had to change my password & exclude the _ (underscore) symbol which I used in my original password.
    Funny part is that I could still log in with my previous password on all my iDevices (iPhone & iPad) however MS Office was the only program that was giving me the above error.
    I think it may have something to do with the latest update they just released.

  • TS4002 As of 4pm PDT, I cannot send email from Outlook via iCloud; my wife has the same problem.  Where/how do I report this problem?  Apple support seems to be available only if one is using a Mac product.

    Originating discussion

    Same problem with sending mail from Outlook 2010 (Win7 64 bit - started yesterday) and Windows Live Mail 2011 (Win7 32-bit).
    Server Error 334
    Server Response 334
    Server: smtp.mail.me.com
    Error code 0x80004005
    Protocol smtp
    Port 587
    SSL
    No issues sending iCloud email from the browser / web iCloud interface or from my Android phone.
    Not finding any of this in Google searches yet.

  • Some Users on randomly basis unable to send mails from 2003 exchange to 2007 Exchange users Internally.

    Hi All,
    Some Users on randomly basis are unable to send e-mails from 2003 exchange to 2007 Exchange users Internally.
    They are sending mails from outlook and users from 2007 dont have any issues.
    But sometime mails from 2003 to 2007 goes without any issue.
    The NDR reported is as below.
    From: System Administrator
    Sent: 22 February 2014 15:59
    To: XYZ
    Subject: Undeliverable: Regarding Test Message
    Your message did not reach some or all of the intended recipients.
         Subject:  Regarding Test Message
         Sent:     22/02/2014 15:59
    The following recipient(s) could not be reached:
         XXX,XYZ on 22/02/2014 15:59
               The message contains a content type that is not supported
               <HubServer.Domain.UK #5.6.0 smtp;554 5.6.0 STOREDRV.Deliver.Exception:PropertyValidationException; Failed to process message due to a permanent exception>

    Hi,
    According to the NDR, I found this point "The message contains a content type that is not supported".
    Please verify whether the un-delivered messages contain some Sensitive
    Information,  signatures or attachments that cannot pass the Exchange 2007 Edge server. Please also check the content type of the un-delivered messages.
    Found a useful KB for your reference:
    Frequently asked questions about MIME and content conversion in Exchange 2000 Server and in Exchange Server 2003
    http://support.microsoft.com/kb/836555/en-us
    Hope it is helpful
    Thanks
    Mavis
    Mavis Huang
    TechNet Community Support

  • Sending mail from using utl_smtp error......

    Hi
    When i try to send mail like as follows
    DECLARE
    v_connection UTL_SMTP.CONNECTION;
    BEGIN
    v_connection := UTL_SMTP.OPEN_CONNECTION('xxx.xxx.xxx.xxx',25);
    UTL_SMTP.HELO(v_connection,'xxx.xxx.xxx.xxx');
    UTL_SMTP.MAIL(v_connection,'[email protected]');
    UTL_SMTP.RCPT(v_connection,'[email protected]');
    UTL_SMTP.DATA(v_connection,'Sent From PL/SQL');
    UTL_SMTP.QUIT(v_connection);
    END;
    I get the following error..
    ERROR at line 1:
    ORA-29278: SMTP transient error: 421 Service not available
    ORA-06512: at "SYS.UTL_SMTP", line 17
    ORA-06512: at "SYS.UTL_SMTP", line 96
    ORA-06512: at "SYS.UTL_SMTP", line 138
    ORA-06512: at line 4
    if i send mail from outlook it goes...the configuration is like this
    in mail properties general tab
    email address : [email protected]
    and i have to tick mark the "include this account when receiving mail or synchro" option
    in servers tab
    POP3 : xxx.xxx.xxx.xxx
    smtp : xxx.xxx.xxx.xxx
    and i have to tick the "My server requires authentication" option
    and have to give the setting for that also
    ie. log on using account : [email protected]
         password: xxxxxx
    How to Correct it ?
    Kris

    i am on the same platform and in same account..... and PL/SQL UTL_SMTP gets a connection plus SMTP error, while telnet cannot even get a connection. A very weird one. Not sure what the problem can be.
    Worse case, forget telnet and do all your troubleshooting using UTL_SMTP.. with liberal usage of DBMS_OUTPUT. :-)
    regd. the connection from my xp client it is
    connecting to the telnet server on server, but when i
    tri to connect to the ISP's smtp address it throws
    the errorNot that strange. You're likely going through a proxy of sorts of to reach the ISP mail server. Besides, to send mail you should be able to use your company's SMTP server as it should route Internet e-mail out to the net automatically.
    In fact, many SMTP servers will not allow you to relay via them. E.g. if you connect from domain 1 to SMTP server on domain 2, and you submit an e-mail to be delivered to domain 3, the domain 2 server will tell you to take a hike. It will only accept mail that is destined for its own domain or originating from its own domain.
    Reason for this is spam. Open relays are one of the prime reasons for having billions of spam mails being transmitted.
    The correct method will be for you on domain 1 to connect to domain 1's SMTP server and submit an e-mail to be delivered to domain 3. That will be accepted and delivered. Using domain 2 as an intermediate agent to act as a relay, is/should not be accepted by all SMTP servers. (your SMTP server should get blacklisted/blackholed if it has an open relay)

  • Exchange Mail Footer and Disclaimer when sending mail from iPhone

    Hi All,
    We have a corporate mail footer configured in our Exchange server. It is designed in html and including images. It works fine when i send mail from Outlook or OWA but when i send an email from my iOS devices, our corporate mail footer is shown as plain text in recipient's mailbox.
    Briefly, i send email from outlook to you and you see my email and footer message normal. But when i send email from iphone to you, you see my footer as plain text so you can't see our images.
    I don't know if it has a solution or not but i think i can find anyone encountered this problem before.
    Thanks

    I, too, was having the same problem of blacking out and returning to home each time I sent an email with Edge. I put the phone to sleep, did a hard reset and re-added my account several times. Each time I came back to mail the message was waiting to be sent again. I finally checked my sent mail and it showed up as being sent 22 times. Apparently you should check the sent folder to make sure if it went through or not before trying again.

  • Cannot send email from outlook 2011 (Mac) on public networks but can send via  Mac Mail

    I cannot send mail with Outlook from anywhere other than my work or home network, will not work even when accessing 4g with my phone hotspot; very frustrating. I am using Yosemite & Macbook Pro (2012). if i use the Apple Mail everything works fine so I can only assume it is a setting on Outlook?

    Update - I now have it working.
    am not really sure what exactly fixed it.
    I changed a lot of things but my setup now has the following which I think fixed.
    outgoing server  - p06-smtp.mail.me.com
    override default port checked - port now 587
    on more options button changed it to "use incoming server info".

  • Error in sending mail from SAP to microsoft outlook

    Hi all.
    Greetings.
    I have a requirement to send mail from SAP to Outlook.
    SMTP is configured here....i have checked the steps.
    I am using FM "SO_NEW_DOCUMENT_SEND_API1" to send the mail text.
    when i check the SOST Tcode i got message "Wait for communications service".
    after evry 10 minutes the sap connect all process runs..as it is configured in SCOT transaction, but even after 30 minutes the mail is not sent.
    I don't know how should i check the error message?
    tell me the checking stepls plz?...how should i step through in checking this?
    what are the prerequsites for sending mails from SAP to Microsoft outlook?
    regards
    Prashant Tiwari
    Edited by: prashant tiwari on Feb 6, 2009 10:26 AM

    Hi prashant,
    Pls refer to the link below:
    Re: Inbound Email- SAP Connect
    or
    check your userid .
    If not correct  no mail will go from u r id.
    Try it with another user id.
    or try using the following function module
    'SO_NEW_DOCUMENT_ATT_SEND_API1'
    I Hope this helps you with the issue.
    Thanks
    Ravi Aswani

  • Sending mail to outlook from workflow

    Hi All,
    I tried to send a mail to outlook from workflow by giving the email address in the step mail, but it was not working.
    i am getting the workitem in the sap inbox so tried setting the automating forward which we can forward from the sap inbox to outlook.
    Searched in SDN , but my issue was not solved..
    Could you please help me out with this issue to get the mail from workflow to outlook inbox.
    Thanks,
    Praveena

    Hi Praveena
    see the threads,similar to you
    Sending mails from SAP inbox to Outlook
    Workflow - Sending mail to Outlook
    For more inforamtion you can search a lot about sending mails to outlook in SCN
    regards
    Sachin
    Edited by: sachin sharma on Feb 27, 2009 11:44 AM

  • How to skip dialogue box which ask you to confirm the operation when your used labview to send an e-mail from Outlook?

    I'm using Labview to send an e-mail from outlook and everytime I got a dialogue box which inform that a software is trying to send an e-mail. To send this e-mail I have to confirm operation. How can I avoid this dialogue box ?

    I don't know what code you're using but the attached VI works with my version of Outlook and doesn't have any pop-up messages. I downloaded it from somewhere a while ago but don't remember where it was from.
    Attachments:
    Email_sender.vi ‏54 KB

  • Sending Mail to Outlook from workflow approval

    Hi All,
    A standard workflow is trigering in when we click on FOR APPROVAL button in IMA11 (Appropriation Request in IM Module).
    I need to send send mail to OUTLOOK with workitem for approve directly from the OUTLOOK. Is it possible.
    Suppose , we have 5 approval levels.
    By standard workflow , If the 2nd person approve the request , work item is going to the 3rd person SAP Inbox.
    I also need, If the 2nd person approve the request , need to send a mail to the 1st person also.
    How can I get this?
    Plz write ur comments.
    Thanks

    Hi,
    In SBWP transaction goto setting->office settings-Automatic forwarding-create new---give mail id in forward to and select external address.
    In SWDD use send mail.
    Recipient type Organizational object
    User     Name_of_the_user
    Also from insert expression you can enter work item id.
    Also while creating above use using SU01 enter e-mail address which you have entered in forward to.

  • Unable to send mails to outlook from sap system through workflow

    Hi ,
    Iam unable to send mails to outlook from sap system through work flow .Actually we r able to send mails from sap inbox to outlook successfully.But when trying with workflow we r not able to send.Please guide me that is  there any configurations required from BASIS side for work flow.Actually we configured everything like default domain .
    Please find the errors belows that  traced from sost t code
    02/13/2012     17:50:12     0380 MIME_MESSAGE_GENERATE     G     Error when generating MIME flow
    02/13/2012     17:50:12     0382 MIME_MESSAGE_GENERATE     G     Required 'From' header is initial
    02/13/2012     17:50:12     0167 SO_OBJECT_MIME_GET     G     Error during MIME Generation
    02/13/2012     17:50:12     0777 UPDATE_SOSC     G     Cannot process message in SAP System
    Regards
    RAGHAVENADAR

    Hello,
    Actually i checked the mail ID for WF-BATCH  using su01 .But i didnt find any mail ID for WF-BATCH then i added the email address of the user.Then we tried sending mail it was successfull.
    But later i removed the email address what i entered in WF-BATCH user .Even after removing the email address also iam able to send the mails through workflow.
    So iam confused whether it needs an mail address or not.But now we are able to send a mail to outlook through work flow but not able to send mails to GMAILor yahoo.For that we need to do any settings.
    ABAPer is sending mails through work flow.
    Regards
    RAGHAVENDAR M

Maybe you are looking for

  • Concatenate 2 data fields and put values in single line

    Hello, I am pretty new to BI Publisher. I want to concatenate 2 data fields (Product and ProductType). These concatenated values then I want to put them on a single line. eg. the values should look like ProductType1.Product1,ProductType2.Product2, Pr

  • How to show 250 characters in a single line.

    Hi,   How do I store 250 characters in an infoobject? (An Infoobject can be of 60 characters only) I can certainly store using 5 different infoobjects but my requirment is that the text should be visible in a single line while executing a report. Reg

  • What size Hard Drive do I need?

    I have a MacBook Pro 2.2 with a 120GB Hard Drive and an external 300GB Hard drive. I get the message, "This backup is too large for the backup volume. The backup requires a 320.8 GB but only 279.2 are available". The external Hard Drive has been form

  • Is it possible to read flat file .CSV place in Client Machine in network?

    Hi All, I want or read the flat file in the client machine place in network through external table. I have created an directory called DATALOADNW for client machine path as \\velmurugand\temp When i tried to read an flat file iam getting the below er

  • Web Security Alerte email

    Hello, I'm actually configuring an S170. I would like to be alerted when users attempted to download a virus or visit à forbidden url. I have configure my SMTP relay and test it by generate a report. it's OK. I have make lot of tests with no result,