Email endpoint without attachments

I have an email endpoint. I wish to extract the data from the body of the it self. I can extarct the body by setting %BODY% as input parameter. But the html formatting is lost.
Is there any way to extract the body, maintaining the html formatting/rich text? I mean besides using string variable could I use some other variable? maybe binary?

Instead of creating a Java application, you could just create a simple LiveCycle process that uses a combination of EmailReceiver, Wait, and invoking a subprocess, and then loops, to receive the incoming email.
It's just a little simpler to implement and manage than a custom Java application, although it achieves a similar result.
Howard
http://www.avoka.com

Similar Messages

  • Email endpoints and attachments with localized characters

    Hi all,
    Just a short description of my process:
    People send emails with pdf's that need to be Reader Extended to an email endpoint (gmail), the process is simple it just picks up the attachment of the email and does the Reader Extension.
    However the email endpoint only works if the users do not use characters like the danish special characters like æ, ø and å in the file name of the attachment in the mail. When they use these characters in the file name, the attachment is never picked up and thereby never stored in the input variable for the process.
    Can anyone help me out here - the restriction in the filenames is not a solution.
    Thanks in advance
    Sincerely
    Kim

    Sounds like a bug ....I would report it to support.
    Paul

  • Email sent with attachments not showing in sent folder

    I have recently found that emails I send with an attachment do not show up in my sent folder. They are arriving at recipient but I do not then have a record of the email sent.  This is really very annoying and I can see a few other poplin online forums are having the same problem.  However nobody seems to have come up with a solution.  It appears I have to cc myself in to the mail and then move it to my sent folder when it arrives. I can't keep doing this.  Other emails without attachments are showing in the sent box.  Does anyone have any idea what I can do to fix this please.

    Didn't work for me... (rebuilding the mailbox)
    I cleaned the Sent mailbox and rebuilt the culprit mailbox and the general "Sent" mailbox.... sent a message.. it 'hung' in the Outgoing Message box for @ 20 seconds and it sounded as if it were sent and when checking the Sent mailbox for that account, it did not show.... I tested this again with another message addressed to myself and it sent as expected and showed in the Sent mailbox for the account... Did another test to a different recipient and the message sent as expected and showed in the Sent mailbox... The only corrollary that exists at this stage, is the recipient of the "disappearing" messages is that I email this particular recipient very regularly and at times with long threads... However, these last messages were completely different subjects and previous replies to this persons email sent as expected.... so this is a random occurrence.
    --prd54usa

  • Can´t send emails with pdf attachments - why?

    Since i moved all my accounts to my new airbook (OS X 10.8.2) everything works fine BUT i am not able to send emails with pdf attachments.I have an exchange and a mac.account - but they both won`t work.
    The emails stay put in the local ausgang? exit box and won`t move away unless i delete them.
    i checked the accounts, the activity - all says it works fine - but it doesn`t!
    Maybe in the *deep* of my mac is one thing that says no pdf - but where can i find it?
    I appreciate every helpful hint :-)
    greetings

    it tries to send the email for about five minutes and than gives the message *server doesn't work* you want to try another? repeat? or later?
    when i change the server e.g. from exchange to mac - tries again and without further notice i find the message in the outbox - even when i click that one and *send* again - nothing changes......
    I already tried to name the attachments in.pdf - i also change the pdf to jpeg - nothing works - all emails i write after that go immediately to the outbox - so when i want to send messages at all i need to delete the ones with the attachment or send the other ones manually
    Please notice in the activity window there is a lot of traffic :-) but it doesn`t help
    i even closed all other programmes like excel,safari and stuff - but still
    and i still have al lot of free GB on my airbook....
    any idea????

  • How to configure an email endpoint

    Hi,
    I am trying to configure an emailendpoint for my process but I'm having trouble with retrieving some email information.
    Is this documented somewhere?
    One problem at the moment is to retrieve the SendDate or ReceiveDate from an email. How do I make the mappings for this?
    The other one is when I configure the emailendpoint to retrieve Attachments, I did this by mapping *.* to an Map-collection. Now I can get the attachments stored in the Map-collection, this works fine. But when there are no attachments at the email I keep getting an NullPointerException and my process is not invoked. But my process needs to be invoked with or without attachments.
    Thanks in advance,

    Jasmin,<br /><br />Below the server log with the NPE:<br /><br />2007-12-17 09:52:22,563 INFO  [STDOUT] java.lang.NullPointerException<br />2007-12-17 09:52:22,563 INFO  [STDOUT]      at com.adobe.idp.dsc.provider.service.email.impl.EmailConfigurationReader.getDocumentMap(Ema ilConfigurationReader.java:163)<br />2007-12-17 09:52:22,563 INFO  [STDOUT]      at com.adobe.idp.dsc.provider.service.email.impl.EmailConfigurationReader.readJobConfigurati on(EmailConfigurationReader.java:112)<br />2007-12-17 09:52:22,563 INFO  [STDOUT]      at com.adobe.idp.dsc.provider.service.email.impl.EmailConfigurationReader.<init>(EmailConfig urationReader.java:61)<br />2007-12-17 09:52:22,563 INFO  [STDOUT]      at com.adobe.idp.dsc.provider.service.email.impl.scan.EmailScanJobImpl.createInputParamMap(E mailScanJobImpl.java:430)<br />2007-12-17 09:52:22,563 INFO  [STDOUT]      at com.adobe.idp.dsc.provider.service.email.impl.scan.EmailScanJobImpl.processInputs(EmailSc anJobImpl.java:147)<br />2007-12-17 09:52:22,563 INFO  [STDOUT]      at com.adobe.idp.dsc.provider.service.email.impl.scan.EmailScanJobImpl.execute(EmailScanJobI mpl.java:98)<br />2007-12-17 09:52:22,563 INFO  [STDOUT]      at sun.reflect.GeneratedMethodAccessor6211.invoke(Unknown Source)<br />2007-12-17 09:52:22,563 INFO  [STDOUT]      at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)<br />2007-12-17 09:52:22,563 INFO  [STDOUT]      at java.lang.reflect.Method.invoke(Method.java:585)<br />2007-12-17 09:52:22,563 INFO  [STDOUT]      at com.adobe.idp.dsc.component.impl.DefaultPOJOInvokerImpl.invoke(DefaultPOJOInvokerImpl.jav a:181)<br />2007-12-17 09:52:22,563 INFO  [STDOUT]      at com.adobe.idp.dsc.interceptor.impl.InvocationInterceptor.intercept(InvocationInterceptor. java:134)<br />2007-12-17 09:52:22,563 INFO  [STDOUT]      at com.adobe.idp.dsc.interceptor.impl.RequestInterceptorChainImpl.proceed(RequestInterceptor ChainImpl.java:44)<br />2007-12-17 09:52:22,563 INFO  [STDOUT]      at com.adobe.idp.dsc.transaction.interceptor.TransactionInterceptor$1.doInTransaction(Transa ctionInterceptor.java:74)<br />2007-12-17 09:52:22,563 INFO  [STDOUT]      at com.adobe.idp.dsc.transaction.impl.ejb.adapter.EjbTransactionCMTAdapterBean.execute(EjbTr ansactionCMTAdapterBean.java:336)<br />2007-12-17 09:52:22,563 INFO  [STDOUT]      at com.adobe.idp.dsc.transaction.impl.ejb.adapter.EjbTransactionCMTAdapterBean.doSupports(Ej bTransactionCMTAdapterBean.java:212)<br />2007-12-17 09:52:22,563 INFO  [STDOUT]      at sun.reflect.GeneratedMethodAccessor375.invoke(Unknown Source)<br />2007-12-17 09:52:22,563 INFO  [STDOUT]      at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)<br />2007-12-17 09:52:22,563 INFO  [STDOUT]      at java.lang.reflect.Method.invoke(Method.java:585)<br />2007-12-17 09:52:22,563 INFO  [STDOUT]      at org.jboss.invocation.Invocation.performCall(Invocation.java:345)<br />2007-12-17 09:52:22,563 INFO  [STDOUT]      at org.jboss.ejb.StatelessSessionContainer$ContainerInterceptor.invoke(StatelessSessionConta iner.java:214)<br />2007-12-17 09:52:22,563 INFO  [STDOUT]      at org.jboss.resource.connectionmanager.CachedConnectionInterceptor.invoke(CachedConnectionI nterceptor.java:149)<br />2007-12-17 09:52:22,563 INFO  [STDOUT]      at org.jboss.ejb.plugins.StatelessSessionInstanceInterceptor.invoke(StatelessSessionInstance Interceptor.java:154)<br />2007-12-17 09:52:22,563 INFO  [STDOUT]      at org.jboss.webservice.server.ServiceEndpointInterceptor.invoke(ServiceEndpointInterceptor. java:54)<br />2007-12-17 09:52:22,563 INFO  [STDOUT]      at org.jboss.ejb.plugins.CallValidationInterceptor.invoke(CallValidationInterceptor.java:48) <br />2007-12-17 09:52:22,563 INFO  [STDOUT]      at org.jboss.ejb.plugins.AbstractTxInterceptor.invokeNext(AbstractTxInterceptor.java:106)<br />2007-12-17 09:52:22,563 INFO  [STDOUT]      at org.jboss.ejb.plugins.TxInterceptorCMT.runWithTransactions(TxInterceptorCMT.java:363)<br />2007-12-17 09:52:22,563 INFO  [STDOUT]      at org.jboss.ejb.plugins.TxInterceptorCMT.invoke(TxInterceptorCMT.java:166)<br />2007-12-17 09:52:22,563 INFO  [STDOUT]      at org.jboss.ejb.plugins.SecurityInterceptor.invoke(SecurityInterceptor.java:153)<br />2007-12-17 09:52:22,563 INFO  [STDOUT]      at org.jboss.ejb.plugins.LogInterceptor.invoke(LogInterceptor.java:192)<br />2007-12-17 09:52:22,563 INFO  [STDOUT]      at org.jboss.ejb.plugins.ProxyFactoryFinderInterceptor.invoke(ProxyFactoryFinderInterceptor. java:122)<br />2007-12-17 09:52:22,563 INFO  [STDOUT]      at org.jboss.ejb.SessionContainer.internalInvoke(SessionContainer.java:624)<br />2007-12-17 09:52:22,563 INFO  [STDOUT]      at org.jboss.ejb.Container.invoke(Container.java:873)<br />2007-12-17 09:52:22,563 INFO  [STDOUT]      at org.jboss.ejb.plugins.local.BaseLocalProxyFactory.invoke(BaseLocalProxyFactory.java:415)< br />2007-12-17 09:52:22,563 INFO  [STDOUT]      at org.jboss.ejb.plugins.local.StatelessSessionProxy.invoke(StatelessSessionProxy.java:88)<b r />2007-12-17 09:52:22,563 INFO  [STDOUT]      at $Proxy200.doSupports(Unknown Source)<br />2007-12-17 09:52:22,563 INFO  [STDOUT]      at com.adobe.idp.dsc.transaction.impl.ejb.EjbTransactionProvider.execute(EjbTransactionProvi der.java:104)<br />2007-12-17 09:52:22,563 INFO  [STDOUT]      at com.adobe.idp.dsc.transaction.interceptor.TransactionInterceptor.intercept(TransactionInt erceptor.java:72)<br />2007-12-17 09:52:22,563 INFO  [STDOUT]      at com.adobe.idp.dsc.interceptor.impl.RequestInterceptorChainImpl.proceed(RequestInterceptor ChainImpl.java:44)<br />2007-12-17 09:52:22,563 INFO  [STDOUT]      at com.adobe.idp.dsc.interceptor.impl.InvalidStateInterceptor.intercept(InvalidStateIntercep tor.java:37)<br />2007-12-17 09:52:22,563 INFO  [STDOUT]      at com.adobe.idp.dsc.interceptor.impl.RequestInterceptorChainImpl.proceed(RequestInterceptor ChainImpl.java:44)<br />2007-12-17 09:52:22,563 INFO  [STDOUT]      at com.adobe.idp.dsc.interceptor.impl.AuthorizationInterceptor.intercept(AuthorizationInterc eptor.java:88)<br />2007-12-17 09:52:22,563 INFO  [STDOUT]      at com.adobe.idp.dsc.interceptor.impl.RequestInterceptorChainImpl.proceed(RequestInterceptor ChainImpl.java:44)<br />2007-12-17 09:52:22,563 INFO  [STDOUT]      at com.adobe.idp.dsc.engine.impl.ServiceEngineImpl.invoke(ServiceEngineImpl.java:113)<br />2007-12-17 09:52:22,563 INFO  [STDOUT]      at com.adobe.idp.dsc.routing.Router.routeRequest(Router.java:102)<br />2007-12-17 09:52:22,563 INFO  [STDOUT]      at com.adobe.idp.dsc.provider.impl.base.AbstractMessageReceiver.routeMessage(AbstractMessage Receiver.java:88)<br />2007-12-17 09:52:22,563 INFO  [STDOUT]      at com.adobe.idp.dsc.provider.impl.vm.VMMessageDispatcher.doSend(VMMessageDispatcher.java:21 0)<br />2007-12-17 09:52:22,563 INFO  [STDOUT]      at com.adobe.idp.dsc.provider.impl.base.AbstractMessageDispatcher.send(AbstractMessageDispat cher.java:57)<br />2007-12-17 09:52:22,563 INFO  [STDOUT]      at com.adobe.idp.dsc.clientsdk.ServiceClient.invoke(ServiceClient.java:208)<br />2007-12-17 09:52:22,563 INFO  [STDOUT]      at com.adobe.idp.scheduler.callback.ServiceCallbackHandler.execute(ServiceCallbackHandler.ja va:87)<br />2007-12-17 09:52:22,563 INFO  [STDOUT]      at org.quartz.core.JobRunShell.run(JobRunShell.java:202)<br />2007-12-17 09:52:22,563 INFO  [STDOUT]      at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:529)<br />2007-12-17 09:52:23,547 INFO  [com.adobe.idp.dsc.provider.service.email.impl.EmailWriterImpl] EmailWriterImpl error : Could not connect to SMTP host: localhost, port: 25;<br />  nested exception is:<br />     java.net.ConnectException: Connection refused: connect<br />2007-12-17 09:52:23,547 INFO  [STDOUT] javax.mail.MessagingException: Could not connect to SMTP host: localhost, port: 25;<br />  nested exception is:<br />     java.net.ConnectException: Connection refused: connect<br />2007-12-17 09:52:23,547 INFO  [STDOUT]      at com.sun.mail.smtp.SMTPTransport.openServer(SMTPTransport.java:1008)<br />2007-12-17 09:52:23,547 INFO  [STDOUT]      at com.sun.mail.smtp.SMTPTransport.protocolConnect(SMTPTransport.java:197)<br />2007-12-17 09:52:23,547 INFO  [STDOUT]      at javax.mail.Service.connect(Service.java:233)<br />2007-12-17 09:52:23,547 INFO  [STDOUT]      at javax.mail.Service.connect(Service.java:134)<br />2007-12-17 09:52:23,547 INFO  [STDOUT]      at com.adobe.idp.dsc.provider.service.email.impl.EmailWriterImpl.send(EmailWriterImpl.

  • Send email with multiple attachments using MS outlook

    Hi,
    Is it possible to send an email with multiple attachments using MS outlook. (Using activex)
    Regards,
    Neha

    nehrnul wrote:
    Hey thanks for the reply. I'll try that way also.
    but currently my requirement is to send email using MS Outlook. And I found 1 solution using invoke node
    Regards,
    Neha
    That' "requirement" sounds like it was written by someone who is trying to drive the design of the application.  Without knowing your personal situation it's hard for me to say, but if I had to guess I would say the real requirement is to send an email with multiple attachements, and the person giving that requirement thought sending it through Outlook would be the best way.  You should get clairification on what the real intend of that requirement is.
    Unofficial Forum Rules and Guidelines - Hooovahh - LabVIEW Overlord
    If 10 out of 10 experts in any field say something is bad, you should probably take their opinion seriously.

  • Forward mail to specific email id without remove attachment - Exchange 2010

    Hi,
    How can I forward mail to another email id without attachment or by removing attachment. in Exchange 2010
    i.e the another email only includes message body and subject not the attachment file.
    is it possible.
    Thanks,

    Hi,
    Based on the description, you want to remove attachments from email when you forward to another user. Per my knowledge, there is no way to meet this requirement. Here is an article about attachment inspection in transport rule for your reference.
    Introducing Attachment Inspection in Transport Rules
    http://blogs.technet.com/b/exchange/archive/2009/05/11/3407435.aspx
    Best regards,
    Belinda
    Belinda Ma
    TechNet Community Support

  • On ipad app, i add a signature and then save and email, but the attachments never comes through on the email. Help??

    So I add a signature on the ipad, save and then attach to an email and send. The attachment never comes through. I have tried multiple email addresses. Help? I also tried saving to my docs on adobe.com and then logging in on a computer to retrieve and print, but thats not showing up either.

    Thank you.  That is very useful information!
    We would like to investigate the problem further and fix it.  If it's OK with you, we would also like to collect more information so that we can reproduce the problem at our end.
    What is the iOS version?
    What is the version of your Adobe Reader?
    What is the mail app that you use to read and open email messages and attachments?
    Does the problem occur with any PDF documents (for both cases: with or without a signature)?  Or just a particular PDF document?
    Would you send the original PDF document (without a signature) that exhibits the problem as an email attachment to [email protected]?  Please include the link to this forum post (https://forums.adobe.com/thread/1520043) in your email message for reference.
    Thank you for your help!

  • Import mail without attachments

    Hi, at last I got myself an iPhone!
    Is there a setting somewhere to receive emails without attachments?
    This is mainly to cut down on data traffic when on the road.
    Thanks.

    Hi, at last I got myself an iPhone!
    Is there a setting somewhere to receive emails without attachments?
    This is mainly to cut down on data traffic when on the road.
    Thanks.

  • How do I change my iCloud to a new email address without loosing all my photos?

    How do I change my iCloud to a new email address without loosing all my photos?

    Hello Silas jr,
    Thanks for using Apple Support Communities.
    For more information on this, take a look at:
    iCloud: Create or change email aliases
    http://support.apple.com/kb/ph2622
    You can also send email using an alias.
    Best of luck,
    Mario

  • I just installed the Lion operating system, basically to upgrade my iPhone. I didn't realize that my Microsoft Office 2004 application would no longer work. I have been using Word for my writing and I receive most of my emails with Word attachments. I hav

    I just installed the Lion operating system, basically to upgrade my iPhone. I didn't realize that my Microsoft Office 2004 application would no longer work. I have been using Word for my writing and I receive most of my emails with Word attachments. I have been using Apple products for years, always touting their reliability and customer service. I am not a techie, I just want to be able to do what I do on the computer and Apple always fulfilled my needs. Now I am told because of some operating system gobbledygook, I have to go out and purchase new software to use Word. This is despicable. I see no particular benefit to using Lion, but I do see a lot of detriments. Apple now seems to have turned into Microsoft, making software obsolete so they can make more money and to **** with the customer. You can be sure that my next computer will be a PC. I have completely lost confidence in Apple.

    I seem to never tire of saying this. It was for Apple when they first announced 10.7 to disclose this. Yes, it was widely reported -- or rather, rumored -- but not by Apple. And many people who have gotten caught by this assumed that Apple itself would have told them beforehand about the loss of this very important feature which they had come to rely on. As far as I know, not even in fine print, does this appear anywhere on the Lion announcement or any of its links.
    I am not saying Apple had to continue Rosetta in Lion, or forever, just that if it was going to be dropped, it should have been made known.
    As relative "insiders" we should not forget that many people don't have the time, habit or interest to do this kind of research. I think it is a breach of trust that Apple has never directly made this announcement or given people the opportunity to decide beforehand if giving up their PPC apps for a new OS is a worthwhile tradeoff.

  • How can I manage six email accounts WITHOUT them all appearing (twice) in the Folders column?

    How can I manage six email accounts WITHOUT them all appearing (twice) in the Folders column?
    All I need is ONE INBOX (like Windows Mail used to do) ...
    I can see in the 'Account' column of each message which email account it's using.
    Then, I either junk or read the message, followed by delete or file to one of my created folders.
    As it is, half my page is depth is taken up by 12 lines of Account names !!!

    That still leaves SIX lines of Account names down the side. All I want is ONE INBOX ... (I can see which account each message belongs to in the 'Account' column...)

  • HT4847 How can I change my iCloud email address without losing all my data and what not???? Please help...

    How can I change my iCloud email address without losing all my data and what not???? Please help...

    Welcome to the Apple Community.
    You can't change it but you can create an alias to use.

  • My HP Officejet 8500a All-In-One forwards faxes (as a tiff file) to my iphone.  Can only view/receive 1st page, embedded into email as a non-attachment.  Iphone receives email(s) pdf attachments well.  What can I do?

    My HP Officejet 8500a All-In-One forwards faxes (as a tiff file) to my iphone.  Can only view/receive 1st page, embedded into email as a non-attachment.  Iphone receives email(s) pdf attachments well.  What can I do?

    Try this app
    http://itunes.apple.com/us/app/fax-reader/id406902152?mt=8

  • Is there a way to make a rescue email address without calling apple support?

    I see lots of questions about rescue emails etc. I am having problems with security questions as well I don't remember ever making those security questions either. So I am wondering of there is a way of making a rescue email address without calling the apple support team in which I do not wish to go through a whole bunch of people taking hrs to actually get it done , my dad has had experience with this before and isn't happy with calling them either because he has to recall so many times and go through the process over and over again so. Is there a way with out calling them?

    This only leads me to calling apple support to change things ,in which I wish to not do so, I have money on my account in which I can't use because of these security questions in which I did not put up and when I made this account on iCloud it did not give me the chance to make a rescue email. Thus leading me to where I am now.

Maybe you are looking for

  • EPM 11.1.2.1 Installation problem on Laptop (Windows Server 2008 R2 x64)

    Dear All, I hope someone can help me here with EPM 11.1.2.1 installation problem on my notebook - Windows Server 2008 R2 x65, 8 GB RAM, running SQLServer 2008 Express. I installed Hyperion Foundation. The installation and configuration went through s

  • RG1 Register not getting updated

    Hi, Need your help on following. We have a scenario wherein the material is a BOM. The actual delivery happens for lower level items (like MS Angels) whereas the billing happens on Header Material (say entire Structure). Scenario has following steps

  • WebDynpro Application View

    Hi Guys, We create WebDynpro application  that contains three views. We want to publish each view to a portal iview.But when we create WebDynpro iview , it only shows the application default view.How can we show the other two views as iview in the po

  • Three-fingers swipe in aperture 3

    Hi, I'm not sure why I am not able to use the three-fingers swipe in aperture3 (v3.2.2), OS v 10.6.8. I had the problem previously and for a quick fix, I reinstalled aperture3 and everything is working fine. 1 day later, there was a message saying th

  • Report problem on sap client

    i have two server in my network sql 2000 and sql 2005. on client system, in logon screen, in server field it showing name of sql 2005 server but in current server field, it showing only "1-mssql". i think it is sql 2000. how it will show mssql_2005.