Show Message Before Send?

Hi All,
I think this is my last question (At least I hope so)...
I am using the Groupwise objects to generate an EMail from my application
which works fine, however I would like to show the EMail to the user
before it is sent.
So I programmatically create the EMail then I would like to open the
EMail in the Groupwise interface, allow the user to edit it, and when
they are happy click send.
Can anyone advise me on how to do this please?
Thanks,
Dhugal.

No you'd have to keep using token api to fill it in (itemsettext and such)
There's no object connection between the two.
"Andrew Maxin" <[email protected]> wrote in message
news:uamTd.3809$[email protected]..
> Dhugal
>
> The way I did this was by using the "Commander"
>
> Public g_c3p0Commander as object
> Set g_c3PoCommander = CreateObject("GroupWiseCommander")
>
> g_c3PoCommander.Execute "NewMail()", strRet
>
>
> From here, I believe you can refer to the object via the regular API. What
> GW does is call the currently open message "X00". Once you have created
> the message with the token commander, I believe you can fill in the object
> (haven't tried though). You can get a list of tokens via Novell's
> developer site.
>
> Regards,
>
> Andrew
>
>
>
> <[email protected]> wrote in message
> news:NNlTd.3764$[email protected]..
>> Hi Tommy,
>>
>> Can you elaborate?
>>
>> Cheers,
>>
>> Dhugal.
>>> Use tokens.
>>> --
>>> Best Regards
>>>
>>> Tommy Mikkelsen
>>>
>>> IT Quality A/S
>>> Denmark
>>>
>>> Novell Support Forums SYSOP
>>>
>>> Please Report back any success or failure, That way we all learn
>>>
>>> Sorry, but no support through email
>>>
>>> "I hate bugs".......Tommy Lee Jones, MIB
>>>
>>>
>>> [email protected] wrote:
>>>
>>> >
>>> > Hi All,
>>> >
>>> > I think this is my last question (At least I hope so)...
>>> >
>>> > I am using the Groupwise objects to generate an EMail from my
>>> > application which works fine, however I would like to show the EMail
>>> > to the user before it is sent.
>>> >
>>> > So I programmatically create the EMail then I would like to open the
>>> > EMail in the Groupwise interface, allow the user to edit it, and when
>>> > they are happy click send.
>>> >
>>> > Can anyone advise me on how to do this please?
>>> >
>>> > Thanks,
>>> >
>>> > Dhugal.
>>
>
>

Similar Messages

  • Droid X, review lengthy text message before sending?

    When composing a long text message I find it very difficult to review the entire message before sending it. Is there a way to do this that is not obvious? I have tried scrolling line by line and I end up changing words unintentionally. Holding your finger over the text pops out a magnifying glass, but even that is not very useful.

    Unfortunately there is not an option within the device to change to make viewing your text messages any easier. You will have to scroll through the message. 
    Hope this helps!

  • Edit a mail message before sending

    How do I edit an email in Mail while spell-checking? Sounds simple, but my stupidity means I can't find out how to do it.
    Here's my scenario: I write a message, hit send and it brings up the spellchecker. Then while doing the spellcheck, I realise that I want to add or alter something in the email. So I come out of the spellchecker, either by closing it or just clicking on the body of the message, and try to edit the email. But when I then click in to the text I want to change and hit a key, any key it seems. the email just sends - doesn't give an opportunity to make those changes.
    This has to be something so obvious that I will cringe with embarrassment when I read the answer, but I hope someone will take pity on me and give me the answer!
    Thanks to that person!
    BTW, the thing is I only started using Mail a short while ago, having been a confirmed Thunderbird user...
    Ian

    Hi Lavakumar,
    Based on my knowledge, getting an alert before sending messages can't be achieved by Exchange Server.
    I would like to know what your purpose is. If you want to avoid users from sending wrong messages, recall feature can help them when they send wrong messages.
    For more information about recall, here is a helpful thread for your reference.
    Recall or replace an email message that you sent
    http://office.microsoft.com/en-us/outlook-help/recall-or-replace-an-email-message-after-it-is-sent-HA010354931.aspx
    Hope it helps.
    If you need further assistance, please feel free to let me know.
    Best regards,
    Amy
    Amy Wang
    TechNet Community Support

  • Alert Message before sending a Mail from Outlook

    Hi Team,
    Can you please suggest how to to get a alert in outlook before sending mail. We have to do this for all of our exchange users. Around 200 people are there in our organization. Please respond to it ASAP.
    Regards,
    Lavakumar Reddy M

    Hi Lavakumar,
    Based on my knowledge, getting an alert before sending messages can't be achieved by Exchange Server.
    I would like to know what your purpose is. If you want to avoid users from sending wrong messages, recall feature can help them when they send wrong messages.
    For more information about recall, here is a helpful thread for your reference.
    Recall or replace an email message that you sent
    http://office.microsoft.com/en-us/outlook-help/recall-or-replace-an-email-message-after-it-is-sent-HA010354931.aspx
    Hope it helps.
    If you need further assistance, please feel free to let me know.
    Best regards,
    Amy
    Amy Wang
    TechNet Community Support

  • Show HTML Message Before Send..

    Hi All,
    Any help would be greatly appreciated as I am losing sleep, my hair, my
    sanity and any respect I had for groupwise... ; )
    Ok, heres the deal... I am trying to send a HTML formatted EMail
    programmatically using groupwise that the user will be able to edit
    before it is sent...
    I have tried several methods all without success...
    1) I create the Email using Groupware Object Model, attach a file called
    Text.htm. The file is correctly used as the HTML body but then if I
    attempt to show the mail to the user with Groupwise tokens all of the
    address fields (To, CC, BC) are reset???!!!
    2) If I create the whole mail using Tokens there is no way to Set the
    HTML body. If I attach the Text.Htm file then it is not treated as the
    HTML body, it is just shown as a normal attachment!!!
    3) If I use MAPI the TEXT.htm file is not treated as the HTML body and
    there is no way to set the HTML text via the MAPI Api.
    I just want to create a HTML formatted EMail from code... So far I have
    had to use 3 different API's and I am still no further forward.
    Thanks...

    Hi David,
    Thanks for your respone, don't worry on the spelling I am exactly the
    same. Many times I have sent a post only to read it back wincing...
    I notice that the 2 posts have re-appeared, bizarre.
    With regard to your suggestion, can you elaborate?
    In case 1, where I can get the HTML attached to the mail whenever I use
    Groupwise tokens to show the mail for editing it resets all of the address
    fields. Even if I manually fill these in it looses the HTML attachment. If
    I re-attach it using tokens it is treated just as a normal attachment (IE
    is not used as the HTML body). So basically I am stuck at this point. Are
    you suggesting that I write or use another HTML/EMail editor external to
    Groupwise and then just use Groupwise to send the Email?
    I must say that I would have thought that this was a pretty common
    requirement. Has no one at Novell on anywhere else done this before using
    Groupwise?
    Thanks,
    Dhugal.
    David Mair wrote:
    > BTW, spelling is often optional in my posts (I write them very fast and
    > jump from place to place editing them as I write them). Sorry about:
    > "The lack of probably indocates". It should, of course, read: "The lack
    > of a response probably indicates". I actually had to cancel and re-post
    > this one due to two typos. Believe me, English is my first language.
    > David Mair wrote:
    > > Yes, I noticed my message disappeared, let me quote from it:
    > >
    > > "These forums are not staffed by Novell, they are made available by
    > > Novell for peer support (as is the case with other software company NNTP
    > > servers). Several Novell employees "hang out" on the forums (I'm one of
    > > them) but those of us that do are volunteers. The lack of probably
    > > indocates that no-one knows the answer to your question or that someone
    > > with an answer has not seen it yet."
    > >
    > > The comment on how I believe GroupWise handles HTML wasn't intended as
    > > something you needed to know. It was intended to suggest there might be
    > > another way to solve your problem. The case you described that came
    > > closest to functioning, 1) in your OP might be re-workable such that it
    > > does work. My point was that if GroupWise uses external COM objects for
    > > its HTML handling then you might not need to use GroupWise to show the
    > > mail for editing. You could compose it externally from GroupWise and use
    > > the functional parts of your case 1 after the message is composed.
    > >
    > > dhugalleverett wrote:
    > >
    > >> Hi All,
    > >>
    > >> I don't know what is going on but 2 posts have disappeared from this
    > >> thread....
    > >>
    > >> Anyway, to the developer who originally replied:
    > >>
    > >> I am a little confused by your explanation. I do not need to know the
    > >> internals of how Novell handles HTML. I simply want to create a HTML
    > >> formatted EMail programmatically, and open it so that the user can
    > >> edit it
    > >> before it is sent.
    > >>
    > >> In Outlook it is a simple as setting a simple property:
    > >>
    > >> MailItem.HTMLBody = sHTMLString
    > >>
    > >> I have searched the Web, the NDK documentation and the forums and I have
    > >> not been able to find any information on how to do this, let alone
    > >> whether
    > >> it is possible or not.
    > >>
    > >> Could someone at Novell simply confirm whether or not this is possible
    > >> please?
    > >>
    > >> I am in the situation where a client using Novell Groupwise has asked me
    > >> (or my company to be more precise) to develop some software that
    > >> integrates with Novell and I am unable to tell them whether or not
    > >> this is
    > >> possible because none of the documentation covers it and none of the
    > >> Novell developers on this forum have been able to tell me.
    > >>
    > >> Personally I do not see it as a major issue if Groupwise does not support
    > >> this, although I would like to be able meet the clients requirements
    > >> exactly if possible.
    > >>
    > >> Thanks,
    > >>
    > >> Dhugal.
    > >>
    > >> dhugalleverett wrote:
    > >>
    > >>
    > >>> Hi all,
    > >>
    > >>
    > >>
    > >>> I am assuming from the lack of response that there is no way to achieve
    > >>> this?
    > >>
    > >>
    > >>
    > >>> Can someone from Novell confirm whether or not this is the case please?
    > >>> That was I can go back to my client and inform them what the
    > >>> situation is.
    > >>
    > >>
    > >>
    > >>> Thanks,
    > >>
    > >>
    > >>
    > >>> Dhugal.
    > >>
    > >>
    > >>
    > >>> [email protected] wrote:
    > >>
    > >>
    > >>
    > >>>> Hi All,
    > >>
    > >>
    > >>
    > >>>> Any help would be greatly appreciated as I am losing sleep, my hair,
    > >>>> my sanity and any respect I had for groupwise... ; )
    > >>
    > >>
    > >>
    > >>>> Ok, heres the deal... I am trying to send a HTML formatted EMail
    > >>>> programmatically using groupwise that the user will be able to edit
    > >>>> before it is sent...
    > >>
    > >>
    > >>
    > >>>> I have tried several methods all without success...
    > >>
    > >>
    > >>
    > >>>> 1) I create the Email using Groupware Object Model, attach a file
    > >>>> called Text.htm. The file is correctly used as the HTML body but
    > >>>> then if I attempt to show the mail to the user with Groupwise tokens
    > >>>> all of the address fields (To, CC, BC) are reset???!!!
    > >>
    > >>
    > >>
    > >>>> 2) If I create the whole mail using Tokens there is no way to Set
    > >>>> the HTML body. If I attach the Text.Htm file then it is not treated
    > >>>> as the HTML body, it is just shown as a normal attachment!!!
    > >>
    > >>
    > >>
    > >>>> 3) If I use MAPI the TEXT.htm file is not treated as the HTML body
    > >>>> and there is no way to set the HTML text via the MAPI Api.
    > >>
    > >>
    > >>
    > >>>> I just want to create a HTML formatted EMail from code... So far I
    > >>>> have had to use 3 different API's and I am still no further forward.
    > >>
    > >>
    > >>
    > >>>> Thanks...
    > >>
    > >>
    > >>
    > >>
    > >
    > >

  • Show message before redirect

    Hi Guys,
    I am facing a problem that I do not know how to solve.
    I have a method that adds a message to FacesMessage and redirect to another window after saving the record.
    The problem is that the redirect comes before showing the af:message.
    I think that is because the partialTriggers of the af:messages is the button that is calling the method that adds a message to FacesMessage.
    Is there any way to make like a waiting action of clicking the ok button of af:messages in order to redirect?
    Thanks a lot.
    Best Regards,
    Ricardo Morais
    That is my code:
    public String efetuarGravacao() {
    try {
    PontoDeVendaFacade pontoDeVendaFacade = ServiceLocator.getInstance().getEJB(PontoDeVendaFacade.class);
    AssociarEstruturaComercialBean estruturaComercial = (AssociarEstruturaComercialBean)ADFContext.getCurrent().getViewScope().get("estruturaComercial");
    pontoDeVenda.setUnidadesDeAtendimento((estruturaComercial.getItensAssociados()));
    montarPontoDeVenda(pontoDeVenda, usuariosGerentes,
    usuariosCoordenadoresDeExibicao,
    usuariosCoordenadoresDeAdministracaoDeVendas);
    if (renderPainelInclusao) {
    if (pontoDeVendaFacade.inserirPontoDeVenda(pontoDeVenda) > 0) {
    adicionarMensagemDeConfirmacao(WebResourcesKeys.MSG_KEY_PONTO_DE_VENDA_INCLUIDO, pontoDeVenda.getMnemonico(), pontoDeVenda.getNome());
    } else if (renderPainelAlteracao) {
    if (pontoDeVendaFacade.atualizarPontoDeVenda(pontoDeVenda) > 0) {
    adicionarMensagemDeConfirmacao(WebResourcesKeys.MSG_KEY_PONTO_DE_VENDA_ALTERADO, pontoDeVenda.getMnemonico(), pontoDeVenda.getNome());
    return WebResourcesKeys.OUTCOME_PONTO_DE_VENDA_CONSULTAR;
    } catch (BusinessException be) {
    logger.error(be.getMessage(), be);
    handleBusinessException(be);
    } catch (Exception e) {
    logger.error(e.getMessage(), e);
    handleException(e);
    return null;
    protected void adicionarMensagemDeConfirmacao(String key, Object... args) {
    FacesMessage facesMessage = FacesMessageUtils.getConfirmationMessage(null, getKeyValue(key, args));
    FacesContext.getCurrentInstance().addMessage(null, facesMessage);
    }

    Not sure of wait but here is what you can do as alternative:
    On ActionListener of your button.. add a bean method to launch popup with dialog having confirmation message.
    Override DialogListener for dialog .. and do redirect
    refer:
    How to invoke task flow navigation after closing inline popup?
    Amit

  • Microsoft Outlook truncates messagies before sending (Outlook Connector)

    Using Outlook Connector, connectod to SUN messaging server, when new message or REPLY is composed, and SENT, outlook sends just a part of a message - last edited lines just disappears. receiver receives truncated message, and truncated message appears in SENT folder.
    It seems to be "Autosave problem". That Outlook sends LAST DRAFT auto saved message version?
    When Outlook autosave is set OFF, composing and sending works fine.
    Problem appears on different workstations: Windows XP, Windows VISTA, Outlook 2003, Outlook 2007....
    Does anybody knows solution for this? Or this is server configuration problem?

    >
    In future please provide the exact version of Outlook Connector that you are running.
    Using Outlook Connector, connectod to SUN messaging server, when new message or REPLY is composed, and SENT, outlook sends just a part of a message - last edited lines just disappears. receiver receives truncated message, and truncated message appears in SENT folder.This sounds like a known issue that was fixed some time ago:
    bug #6441043 - "after autosave and continue to edit text is lost".
    Can you reproduce this problem with the latest version of Outlook Connector (OC7.3 - 139162-01) which can be downloaded via sunsolve.sun.com?
    http://sunsolve.sun.com/search/document.do?assetkey=1-21-139162-01-1
    Regards,
    Shane.

  • Encription of the xml message before sending it out of xi

    Hi
    I have to send xml message out of xi.
    I am using the xi adapter to do so.
    I have to encript the message.
    how can i achieve this
    Thanks
    Nikhil

    Hi
    You can use Java Mapping or user-Modules to do this.
    Go thru this link:
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/unkown/webinars/how to handle unstructured source content for adapters/the pdf presentation of how to handle unstructured source content for adapters.pdf
    Hope it helps.
    Regards
    Arpit Seth

  • BPEL- To split XML message before sending

    I get Orders -XML from ERP System , and I am sending this XML data to external system(using web services).
    So, if one or more Orders fail to validate, then none of them get into Database.
    Using a loop by sending each Order at a time is the best way?
    Thanks
    Edited by: user13374451 on Sep 14, 2010 2:45 PM

    Oh yes we can achieve this. I did it in one of my processes. Probably this is what you can do.
    1. Take a count variable and based on your required count the number of time you need to send the XML content. In my case, I was receiving many protocol informations in a single XML payload and I had to call the web service for each of these protocols. So say if i had 5 protocols in my XML, I need to break it into 5 and post it to the Web service 5 times.
    2. Take a while loop and use increment counter.
    3. break the XML code for each of your entry using incrememtn count variable like this /ns5:NewDataset/LotCountryReleaseMessage[bpws:getVariableData("IncrementCount")] and copy it to another variable (which is of same structure).
    4. Increment count value.
    5. Post it to ur target. This way, the web service is called for each of your entry.
    Let me know if this was clear.
    Thanks,
    Gautham

  • Can I confirm sms before sending?

    Got my watch last Friday. So far so good. One annoying thing is that when sending messages, I've had a lot of issues with voice and canned responses.
    Im in Australia and voice dictation of messages often comes up with incorrect grammar. Ie your instead of you're, there instead of they're. As well as other incorrect worda recognised.
    IS there a way to proof and accept messages before sending from watch?

    You cannot change or alter the text, but it shows you the text and gives you a choice to send or to cancel and re-record.

  • Getting message after Send

    Hi,
    Is it possible using C3PO to intercept a message when it arrives in the
    SentItems folder?
    If not, is there a way to change some hidden property of the message
    before sending it and create an external program that keeps polling the
    SentItems for a message with that hidden property, process it and clears
    the property?
    Thanks,
    John

    John -
    1. No - there is no sentitem trigger - a great weakness of the API -
    the new SOAP stuff may change this, though 2. I don't recall if
    changing custom fields is doable in the Token API with new messages
    (messageid of "X00") - that's the place to look.
    [email protected] (JohnKz) wrote in
    news:2dMee.2648$[email protected]:
    > Hi,
    >
    > Is it possible using C3PO to intercept a message when it arrives in
    > the SentItems folder?
    > If not, is there a way to change some hidden property of the message
    > before sending it and create an external program that keeps polling
    > the SentItems for a message with that hidden property, process it and
    > clears the property?
    >
    > Thanks,
    > John
    >
    >
    Regards,
    Michael Risch
    Developer SysOp 3

  • I am not able to send messages to multiple person from my iphone 5s after updating to ios 8.1.2. It shows message not delievered

    I am not able to send messages to multiple person from my iphone 5s after updating to ios 8.1.2. It shows message not delievered

    Hi waqaskhan91,
    Thank you for visiting Apple Support Communities.
    If you're not able to send text or iMessages to certain contacts after updating your iPhone, start with the troubleshooting tips in this article:
    iOS: Troubleshooting Messages - Apple Support
    If you only see this behavior with a few contacts, you may want to try these steps first:
    If the issue occurs with a specific contact or contacts, back up or forward important messages and delete your current messaging threads with the contact. Create a new message to the contact and try again.
    If the issue occurs with a specific contact or contacts, delete and recreate the contact from the Contacts app. Send a new message to the contact.
    Best Regards,
    Jeremy

  • How to send a warning message before closing soft via X of the title bar

    With labview 8.2:
    I would like to send a warning message before closing my soft when the user press the "X" of the title bar. Is it possible to do that without a Windows dll?
    Thanks a lot,
    Daniel.

    Gerd,
    I think a filter event for 'Panel close?' is more appropriate because you have the possibility to cancel the event or continue the event.
    Ton
    Free Code Capture Tool! Version 2.1.3 with comments, web-upload, back-save and snippets!
    Nederlandse LabVIEW user groep www.lvug.nl
    My LabVIEW Ideas
    LabVIEW, programming like it should be!

  • Why won't siri read back my messages before asking me to send?

    Why won't siri read back my messages before asking me to send?

    go to settings>general>siri >toggle it off and then on
    then try
    if problem continues
    Press and hold the Sleep/Wake button and the Home button together for at least ten seconds, until the Apple logo appears. DONT CONNECT YOUR DEVICE TO A COMPUTER.

  • How do I edit the font and bold text in the message box in adobe send before sending to client?

    How do I edit the font and bold text in the message box in adobe send before sending to client?

    Hi BRAEWOOD DEVELOPMENTS,
    You can edit the Subject & Message when you've selected Send Personalized Invitations (though you can't change the font or style of the text).
    Best,
    Sara

Maybe you are looking for

  • Billing Doc can't cancelled--Urgent

    < MODERATOR:  Message locked.  Please read the [Rules of Engagement|https://www.sdn.sap.com/irj/sdn/wiki?path=/display/home/rulesofEngagement] before posting next time. > Pls help on this issue. When i cancelled the billing doc through VF11 Fi docume

  • Execute command and save output in a HTML File

    Hello Guys, I have a requirement and for that i have to do following. a) read a file in an array and then execute a command for each value in that array. after that i want to store the output of command and value of array in another array. i am doing

  • Project iMac Screen to Apple TV?

    Does the old Apple TV have the ability to receive screen projections or streaming from my iMac to then be seen on my TV?

  • Exporting a double page spread and the PDF ends up blank?

    I've created a double page spread as part of my university portfolio and wish to export this. Although when I export to a PDF the file is blank. I've tried changing everything and watching many videos but I can't seem to find the problem? I using CS6

  • Mailto and Send Link not working on Mac 10.4.6

    Send Link and Mail To are not working Mac OS 10.6.4. I have been unsuccessful trying Mail, Gmail, and re-installing Firefox. I have been using Add This to send the links in an email, but would very much like to use Send LInk. I'd appreciate any sugge