How can I remove message indent lines?

Sometimes I receive emails with indent lines on the left. Usually this happens when this email has been forwarded around a lot. When I forward this email myself, I try to clean it up. But when I get to a section with these indent lines, nothing
I do will remove them. Not delete, not remove indent, not the eraser, nothing. The only thing I can do is cut the content I want to keep, delete the entire section with the indent lines, then paste the cut section back into a non-indented section of my email.
I'm using using Outlook 2010, but this problem has been around for a long time. I was just hoping that there would finally be a solution.

Hi Sally. Thanks for this response, but my settings are only "Include original message text". As I said in my description, this is a deeply embedded email that arrived in my inbox with those indent lines. My question is when I'm forwarding that
email, how to remove them as Outlook does not let me delete those lines.
Hi,
Do you mean there is no option “Include and indent original message text” in your Outlook 2010 program? There should be 5 options there.
Check this article for details:
http://office.microsoft.com/en-us/outlook-help/change-how-the-original-message-appears-in-replies-and-forwards-HA102087334.aspx
If the option is not there in your Outlook program, create a new Outlook profile to test the issue:
1. Exit Outlook.
2. Go to Start > Control Panel, click or double-click Mail.
3. Click Show Profiles. Choose Prompt for a profile to be used.
4. Click Add.
5. Type a name for the profile, and then click OK.
6. Highlight the profile, and choose Properties. Then Email Accounts.., add your email account in the profile.
7. Start Outlook, and choose this new profile.
If this problem does not occur in the new Outlook profile, the old Outlook is corrupted. We can delete that and use a new Outlook profile.
If the problem persists in the new profile, try to repair the Office program from control panel.
Best Regards,
Sally Tang
TechNet Subscriber Support in forum
If you have any feedback on our support, please contact [email protected] 

Similar Messages

  • How can i  remove messages from faces context

    hi
    how can i remove messages from faces context
    with regards
    shannu sarma

    I'm also looking to find a way to remove message/s from FacesContext, and so far I've not been able to do this.
    The issues described below (if you have the patience to understand it) may uncover some JSF issues when combining different functionalities in JSF to come up with a solution.
    I have a requirement to display (let's just say error) messages in a message board. I do this in 2 steps: field-level validations are done first, and if all corrected (by the user), I do multi-field-level as well as business logic validation after model update (the way JSF seems to be designed to handle different types of validations). Let's say I have a combination of 3 combo-boxes that are dependent on one another. Selection from (1) requires dynamically filtering and setting a list for two and that in turn requires dynamically filtering and setting a list for 3, so the first two have valueChangeListener (try doing this in JSF!!!, I had to hack my way through to set this up with JSF, but that is not the issue). I have business rules associated with items within combo (1) and other entry fields entered by users (i.e. for simplicity let's just say, if material 'chain' is selected from combo 1, I should set combo (2) and (3), and validate that user entered at least four in # used entry field). Let's say I have a table with many rows of above combination of combo-boxes specified. Again for simplicity, assume we only have business rule violations (not field-level that would not go through model update):
    * User selects many combination of entried before submit (with no field-level error)
    * Business rules are checked and messages added to FacesContext and displayed in a message board
    * Next, all these messages disappear from the view when selecting any item from any combo-box (with valueChangeListeners attached to them) - 2 reasons: 1. a new FacesContext is created per valueChangeEvent 2. Business model update does not happen (so we don't generate these messages again and add them to FacesContext, it is not efficient to do so anyways)
    * we would like to display all those business logic validation messages so the user could correct them all (and not lose them by any combo-box selection)
    * As a workaround, I add these messages to session (which is another issue, since FacesMessages are not serializable) at the end of business logic validation, and retrieve and display them by (a.) forcing combo-boxes go through (field-level) validation, (b.) adding a new hidden field at the end of all fields in JSP page with a custom-validator that all it does is to get messages saved to session (from the last business logic validation) and add them to the FacesContext - this ensures that messages are not lost due to combo-box selections
    * The problem is that when user submits (to validate the business rules again), since the old Business validations messages are added to FacesContext at the end of field-level validation, I need to clear them, before adding the newly generated messages
    * But....I can't remove messages from FacesContext
    So here's a reason for this 'needed' functionality, based on whatever is available (as of JSF 1.1.01). Is there a better way to this, I'll be delighted to hear it (as I have tried different solutions myself with above combination of issuses), and have wasted some time trying to work-around the issues I've faced using JSF (in every one of those ways I've tried) ....part of which is described here...
    Thanks...

  • How can i remove message to upgrade if i don't want to upgrade

    I have a message in my settings telling me that i can upgrade my IOS, but i don't want to upgrade at this time. How can i get rid of the red message mark?

    Other than upgrading, you can't.

  • I have a new iPad with wifi. When I send messages I can see my sons and my husbands but not my phone number.  We all have an iPad and all use the same apple ID as iPad the bill.  How can I remove their numbers and add mine?

    I have a new iPad with wifi. When I send messages I can see my sons and my husbands but not my phone number.  We all have an iPad and all use the same apple ID as iPad the bill.  How can I remove their numbers and add mine?

    Add another e-mail account to your messages, so people could reach you on that e-mail from messages. As soon as you are online (if you have wifi only iPad) you are able to send and receive messages. i.e. your son can send you a messages from his iPhone addressing it to your (that additional) e-mail address.

  • How can i remove a line from an ordinary text file?

    It is easy to remove a line from a file by rewriting the file. how can i remove a line without rewriting ? Also, do not use whitespaces to overwrite the line. I expect a perfect line deletion code .....

    gimbal2 wrote:
    hsc71 wrote:
    It's the way you communicate. Try to be carefull with the words you use in your post. It's easy to insult people just by choosing the wrong words. Bold text and capitals is equal to shouting.
    shock. You said "wrong words". I am seriously offended by that!
    Seriously, would you care that I am offended? I really hope not... Say what you want, people will find reasons to take offense one way or the other.Hehe, maybe you're right, but the OP still has no answer.............and in the end that's what he/she is looking for.

  • How can i remove the phone number from the text messages that i receive in the notification center

    how can i remove the phone number from the text messages that i receive in the notification center?

    You choose whether to see text messages in Notification Center or not.  If you elect to see them, they will display the phone number (unless they are from a contact in your contacts list).
    You can choose not to see them at Settings > Notification Center > Messages.

  • How can I remove the preceding blank lines in the downloaded text file?

    I have created a jsp that writes to a file and then prompts a dialog box to have an option to view or save the file. However when i view the file, there are blank lines before the actual content of the file. How can i remove these lines?
    Below is part of my code:
         response.setContentType("application/x-download");
         response.setHeader("Content-Disposition","attachment; filename=\""+ fileName + "\"");

    Hi,
    Those blank lines are normally because of the scriptlet code at the start of your jsp page.
    Remove any new lines between page directives or any include directives that you have at the top of your page.
    Look at the generated servlet code to see what exactly is causing the newline to be inserted (look for out.println("\n");)

  • How can I remove Nokia Messaging?

    How can I remove Nokia Messaging? I don't find it usefull and now I just don't know how to remove it from my phone... And the internet is always on because of it
    I have the Nokia 5530 Illuvial
    Need some help...

    If you don't want the application at all, you can go to phone settings, find the installed applications and then remove Nokia Mail (might be Nokia Messaging).  After you do that, Software Update will keep presenting it as a downloadable update, but you can ignore it.
    Lumia 920, Lumia 800
    Nokia N8-00 (NAM, Product Code: 059C8T6), Symbian Belle, Type RM-596, 111.030.0609
    Nokia 5800 XpressMusic (NAM, Product Code: 0577454) Software v51.2.007, Type RM-428

  • Vertical Color Lines on my imported file how can i remove and edit

    Vertical Color Lines on my imported file how can i remove and edit

    If you haven't used After Effects before, you should understand that posession of a template is NO guarantee of success without prior AE knowledge.  It appears you haven't used AE before.
    The color bars indicate a missing file, and your screen shot reveals no text layers. Looking at the precomp names, opening the one called, "edit text" might be useful.
    I will guess that the following would be even more useful:
    http://blogs.adobe.com/aftereffects/2010/01/getting-started-with-after-eff.html
    Without knowledge of the AE basics, templates are pretty much useless.

  • HT2810 I have a thin blue line running down my 24" Cinema display, how can I remove it?

    I have a thin blue line running down my 24" Cinema display, how can I remove it? or is it a fault.

    It is a fault and the only way to fix it is to have the screen replaced.

  • How can i remove a message appear each time i use ...

    hello,
    I want to know how can i  remove this message :"" autoriser l'application a lire les donees de : carte memoire  cette application ne provient pas d'un fournisseur securise"".
    I've downloaded the ttpod player and each time i want to listen to any song this message appear 
    and also for the other application which use the memory card

    Thanks for taking the trouble, folks, but I guess that's what I did, in effect. I was hoping there might be a way to remove it entirely (hate to waste the electrons, the Internet being forever and all), but no such luck, I guess.

  • It Gives me no reason this message often the first to enter my pass:" When you can not buy Equilibrium - Leonardo da Vinci's Balance Puzzle " and 27other elements. Please try again later". How can I remove this annoyng message? Maybe it's a Virus?

    It Gives me no reason this message often the first to enter my pass:" When you can not buy Equilibrium - Leonardo da Vinci's Balance Puzzle " and 27other elements. Please try again later". How can I remove this annoyng message? Maybe it's a Virus?

    The old rule of thumb was to keep 10-12 GB free. Any lower than that and you will start to have trouble. I was very close to that for a long time and never had any complaints. Now, Lion "encourages" 20% free space (on my newer 250 GB drive) so I try to keep it with more than 50 GB free.
    Do you still have the original memory in that machine too? The metal plate you have to remove in the battery compartment also provides access to the RAM. Your machine will take 2 GB of RAM, possibly 3. You definitely want to max that out too.
    Regardless, you definitely need a new hard drive. When Apple switched to PC components, they had to take a quality hit. These 2.5" notebook hard drives are not very reliable. I'm surprised your hard drive hasn't died by now. I usually get a new hard drive with every major OS upgrade. A $ 50 investment every couple of years is no big deal.
    Unfortunately, you (and I) suffer from being an early adopter in 2006. Those 32-bit machines only accept 2 GB RAM (maybe 3) and are only 32-bit so they can't be upgraded to Lion. Because of this limitation, you won't see as dramatic an improvement as you would with a 2007 machine. If you run more than a couple of applications, your hard drive is always going to have to be doing some VM work. My 2006 machine has even lost its bluetooth. I gave it to my brother. My very similar 2007 Macbook is still running great.
    So, you must get a new hard drive because your old one is likely on death's door. If you don't have at least 2 GB - get it. If you can't afford a new machine, you might want to consider an SSD. That might help mitigate your RAM limitations. You can spend from $ 100 to $ 350 and get a dramatic speed improvement.

  • Since upgrading to 4.0 I've been receiving irritating messages every time I click through via a link embedded in a document or an email. The message says "An error occurred in sending the command to the application". How can I remove it?

    Since upgrading to Firefox 4.0 I've been receiving irritating messages every time I click through via a link embedded in a document or an email. The message says "An error occurred in sending the command to the application". How can I remove it?

    Certainly!
    This is the module in our eMac 1.42:
    1GB PC2700 DDR 333MHz CAS 2.5 184 Pin DIMM
    The vendor, Other World Computing, ships to the UK but I suspect the shipping would make it pricy. I also trust this vendor:
    Apple G4 eMac 1.42GHz (184 Pin PC2700 DDR DIMMs)
    Between the two vendor's description, you should have a good idea of the Specs
    PPC Macs do not like hi-density PC RAM. That's why I linked these two; they send the right stuff to Mac users.
    Crucial UK is usually cited as good but, like their US counterpart, seldom go against Apple's outdated specs. See:
    http://www.crucial.com/uk/store/listparts.aspx?model=eMac%20(1.42GHz)&Cat=RAM
    They show the max RAM for your model as 1GB--yesterday's news. However, if you order their offering for a G5 iMac, you get the larger modules. Here is a listing for a 2GB kit (2 x 1GB modules) of the right config:
    http://www.crucial.com/uk/store/listparts.aspx?model=iMac%20(G5-1.8GHz%2C%2020-i nch)&Cat=RAM
    Hope this didn't muddy the water!
    Allan

  • How can I remove the messages list on imessage on ipad?

    How can I remove the messages list on imessage on ipad?

    If you want to delete messages from the list - Tap the Edit button in the upper left corner of the messages app - above the Messages list. Then tap the red circle next to the messages that you want to delete.
    But ....if you are asking how to remove the entire list from the screen so that you can use messages in a "full screen" type mode, there is no way to do that.

  • How can I remove unread messages when I know I don't have any?

    How can I remove "unread messages" when I know I do not have any?

    Hit the num lock button again. Num lock forces only the numeric keypad underlying keys to work as a  numeric keypad, and the rest of the keyboard won't work.  Unfortunately Apple stopped including the numeric keypad hidden keyboard key labels on its keyboards.  They used to include them.  They are known as mouse keys: http://docs.info.apple.com/article.html?path=Mac/10.5/en/cdb_moskys.html

Maybe you are looking for

  • Simultaneous read and write to a cube - critical issue

    Hello xperts, I am facing a critical issue. I have Cube A which has loads of data in it. I need to take the data of CubeA to a new CubeB as a backup purpose.This activity will take a lot of time. Concern1 - In the night we have the master data job wh

  • Can't connect to wireless network from my e2000 router

    My network was working fine, then my router turned off spontaneously. The power wasn't lost, everything else in the power strip was still functioning. I got it working again but now I can't connect to the wifi network on any of my devices. I've tried

  • Portal Runtime Error during first run of NWSneakPreviewSP16

    Hi there! I'm new to SAP and have the following problem while using the NWSneakPreviewSP16 for Java: Login to portal is successful. Header loads correctly. Content page yields an error: iView : pcd:portal_content/every_user/general/defaultDesktop/fra

  • I have a Mac Book Pro

    I downloaded to i-photo from Lumix Panasonic DMC-FH25, next download did not connect, & had no eject anywhere, no choice but turn off camera & red warning said I might damage the chip, but there was no other way to get disconnected. Access went on 2X

  • Low fm transmission power on Nokia N78

    Hello, I have Nokia N78 phone. This phone works great, no huge issues with it. However, there is one issue that is bugging me. The issue is that the power of the FM transmitter is too low, even a good radio is unable to pick up the signal from the ph