Do not delete blackBerry Smartphones emails from the server

Delete the emails that I have on my 9550 delete from my mailbox for my work (business) and the House (Hotmail) account. However, if I delete when you access these accounts through the Internet on my computer, emails are not removed from my phone. I have delete set in handheld and mailbox. I have wireless reconcile on...

I have not seen all messages with that particular issue. Any ideas?

Hi and welcome to the Forums!

For your emails outside the company, see this KB. For Hotmail, it's WAD - works as expected.

For your business email, check your email admins.

Good luck and let us know!

Tags: BlackBerry Smartphones

Similar Questions

  • IMAP is not supposed to retrieve emails from the server only? In my case, all mails are downloaded to my mac and I can see the offline!

    IMAP is not supposed to retrieve emails from the server only? In my case, all mails are downloaded to my mac and I can see the offline!

    His grip on my mac space, even if I'm using the same settings for my Iphone email are not downloaded to the phone and its not not using any space!

    It is often possible to access the same account using IMAP or POP.

    Make sure that your settings are correct. The account type is on the first part of the account preferences.

  • Do not delete blackBerry Smartphones emails deleted with PC on Storm 2 stay

    Hi everyone, new to Blackberry here. I have a problem with Hotmail and Lotus Notes. Emails deleted on the storm Inbox disappear from the Hotmail / Notes Inbox but deleted notes Notes / Inbox Hotmail stay in the inbox of storm. Any help appreciated.

    Model - Storm 2 9550

    Carrier - Verizon

    OS - V, 5, 0, 0.1015

    Hi and welcome to the Forums!

    Please see this KB, with everything that links to. Everything about the reconciliation of the deleted item is governed by these KBs:

    • KB05133 Features of the BlackBerry Internet Service email reconciliation

    Good luck!

  • Do not delete blackBerry Smartphones emails deleted on my computer on my Blackberry Bold 9900

    I have two personal e-mails and my email to work on my Blackberry bold 9900. When I delete emails on my computer for one of the accounts they do not delete on my phone. I have:

    Delete on: the letter box and Pocket

    Wireless reconcile: on

    Conflict: victories of the mailbox

    How can I get my emails also delete on my phone? I even find myself not using my email on my phone because I end up having to re-all delete. It's very frustrating!

    I have IMAP and POP enabled for all as well email accounts...

    Here's what to consider:

    Article ID: KB05133 Features of the BlackBerry Internet Service email reconciliation

    Note the next the last paragraph on the reconciliation of the 'mailbox to the handheld.

  • Channel listen Email1.0 - configuration do not delete email from the server

    Hello

    When channel listen to B2B email bed, can it be configured (in B2B) to not not delete email from the server?

    Thank you
    Ganesh

    Hi Ganesh,
    listener email from B2B will mark as deleted read mail
    so no matter the imap/pop3. This is the behavior.

    as listener will only read if flag is not removed... just to avoid to read twice...

    Thank you
    Vijay

  • iPad 2 is not removal of e-mails from the server

    It is an intermittent problem that caused the problem for several years. We are an independent POP account that we use with a Macbook Pro, iPad 2 and my Android phone. The iPad is set to delete emails from the server when deleting the receipt of the iPad and occasionally it works - but often, deleted messages are charged even after the destruction repeated including the trash dump. This morning more than 300 have been reloaded after a few attempts to get rid of them. The iPad is up-to-date with all its software, and we cannot find anything on this end that could be the cause of the problem. I never have this issue with the Mac - deleted messages are gone, so it seems that the problem is not with our internet service provider.

    This can help. By default, iOS Mail does not remove the server until a week has passed, even if the email is removed from your iOS device.

    I would contact your email provider if you continue to have problems, especially for years. Emails coming back means they are still on the server of the email provider, and they keep you remove server.

    Get help if you have any questions using a POP email with multiple devices - Apple Support account

    In addition, if your e-mail provider allows it, change your IMAP account

  • BlackBerry Q10 delete Emails from the server

    After downloading the latest version of the software - 10.2.1.2102, when deleting an e-mail, a message appears asking me to delete the message from my device only, or from the server as well. I clicked on Do not show this message again. Now when I delete messages on my Q10, I must also remove from my laptop. How can I return this message? Thank you.

    Hello

    While in the center of BlackBerry, press Action (lower-right), then settings > display and Actions.

    Scroll down, and then tap on Delete on and select prompt.

    Now you can delete on handheld pocket alone - or - computer and the server.

  • How to remove attachments to email from the server

    Hello
    I created a CF model for sending electronic mail that includes attachments. It has been tested on my dev machine and works fine as long as the download of attachments to a directory on the server. I wish that the spare part to be served once as the e-mail message has been sent to the recipient.

    Macromedia ColdFuision 7MX web application construction book page 913 "interacting with Email" we a CFC that will remove the file when the user ends their session.

    I don't know how to write it to adapt the code that I use.

    Here's the e-mail form

    <! - Mail_Form.cfm - >
    < html >
    < head >
    < title > please enter your message < /title >
    < / head >

    < body >
    < do action = "Send_Email.cfm" method = "post" enctype = "multipart/form-data" > "
    < table width = '500' border = "0" align = "center" >
    < b >
    < td width = "500" colspan = "2" > please enter your e-mail address: < table >
    < /tr >
    < b >
    < td width = "250" > to: < table >
    < td width = "250" > < input type = "text" name = "to_addr" value = "" > < table >
    < /tr >
    < b >
    < td > subject: < table >
    < td > < input type = "text" name = "subject" value = "" > < table >
    < /tr >
    < b >
    < Td > message: < table >
    < td > < input name = "message" rows text box = "5" cols = "35" > < / textarea > < table >
    < /tr >
    < b >
    < td width = "250" > annex #1: < table >
    < td width = "250" > < input type = "file" name = "attachment_1" value = "" > < table >
    < /tr >
    < b >
    < td width = "250" > #2 Attachment: < table >
    < td width = "250" > < input type = "file" name = "attachment_2" value = "" > < table >
    < /tr >
    < b >
    < td width = "250" > #3 Attachment: < table >
    < td width = "250" > < input type = "file" name = "attachment_3" value = "" > < table >
    < /tr >
    < b >
    < td width = "250" > < table >
    < td width = "250" > < input type = "submit" name = 'Send_Email' value = "SendEmail" > < table >
    < /tr >
    < /table >
    < / make >

    Here is the form to send the attachment.

    <! - Send_Email.cfm - >
    <!-first of all, make sure that the attachments downloaded the user->
    < cfif FORM.attachment_1 NEQ "" > "".
    <!-firstly actually-> download file
    < cffile action = "upload".
    destination = "D:\uploadsTEST\".
    FileField = "attachment_1."
    nameconflict = "makeunique" >
    <! - now create a temporary support for the attachment then - >
    < cfset attachment_local_file_1 = "d:\uploadsTEST\#file.serverfile#" >
    < / cfif >

    <!-now repeat the process for the setting of the second and third: - >

    < cfif FORM.attachment_2 NEQ "" > "".
    <!-firstly actually-> download file
    < cffile action = "upload".
    destination = "D:\uploadsTEST\".
    FileField = "attachment_2."
    nameconflict = "makeunique" >
    <! - now create a temporary support for the attachment then - >
    < cfset attachment_local_file_2 = "d\uploadsTEST\#file.serverfile#" >
    < / cfif >

    < cfif FORM.attachment_3 NEQ "" > "".
    <!--forst actually download the file - >
    < cffile action = "upload".
    destination = "D:\uploadsTEST\".
    FileField = "attachment_3."
    nameconflict = "makeunique" >
    <!-now to create a temporary support for late fixing on->
    < cfset attachment_local_file_3 = "d:\uploadsTEST\#file.serverfile#" >
    < / cfif >

    <!-OK, now you have downloaded the file from the server, now we will send
    email with attachments: - >

    "< intrusion via cfmail to =" #form.to_addr # "[email protected]" = "subject =" #subject #
    Server = "an001so - dby1c.pbi.global.pvt" port = "25" >
    #message #.

    < cfsilent >
    <!-< cfsilent > tag used to kill the white space in this area
    If your email is not cluttered with white spaces-->

    < cfif FORM.attachment_1 NEQ "" > "".
    < cfmailparam file = "#attachment_local_file_1 #" >
    < / cfif >
    < cfif FORM.attachment_2 NEQ "" > "".
    < cfmailparam file = "#attachment_local_file_2 #" >
    < / cfif >
    < cfif FORM.attachment_3 NEQ "" > "".
    < cfmailparam file = "#attachment_local_file_3 #" >
    < / cfif >

    < / cfsilent >
    < / intrusion via cfmail >

    Here's the session request to delete the file to download

    <!--
    File name: Application.cfc
    Runs for each page request
    ->

    < cfproperty output = "false" >

    <!-name of the application. ->
    < cfset this.name = "attachmentPurge" >
    <!-enable session management. ->
    < cfset this.sessionManagement = true >
    < cfset this.clientMangment = true >

    < name cffunction output = 'onSessionEnd' = "false" returnType = "Cancel" >
    <!--> look for attachments to remove

    < cfset var attachDir = expandPath ("Attach") >
    < cfset = var getFiles "" > "".
    < cfset var thisFile = "" > "".

    <! - get a list of all files in the directory - >
    < cfdirectory directory = "" #attachDir # "name ="getFiles">"

    <! - for each file in the directory - >
    < cfloop query = "getFiles" >
    <!-if it's a file (rather than a directory)-->
    < cfif getFiles.type NEQ "Dir" >
    <! - get the full name of this file - >
    < cfset thisFile = expandPath("Attach\#getFiles.Name#") >
    < / cfif >
    < / cfloop >

    < / cffunction >

    < / cfproperty >

    The tutorial doesn't explain how to delete the attachment when the recipient audits post
    in the pop server.

    Assuming that the sender is in a session would be writing code to remove the attachment from the directory on
    the server, a message is sent.

    Can someone explain how to remove attachments from a designated directory or provide me the code that would deal with that once an email is sent with an attachment automatically.



    Thank you

    Tony

    That's how I do it.



    ThisDir = "d:\dw\dwweb\work";
    ThisDate = DateAdd ("d",-90, now());




    Select the name of AllFiles
    where datelastmodified<>






  • BlackBerry Smartphones BB pull emails from the server puts on handheld and then delete them!

    Is it just me, or is there some serious problems of compatibility with Blackberry and Microsoft Outlook 2007?  Many of my emails go only to my Blackberry, only to remove after awhile!  It is located to leave them on the server.  I never see my emails on my computer at home!  I don't see any messages like mine.  Verizon even sent me a new phone, and it does the same thing!

    It is not the device.

    So you have a mail server which is the equation of 'lost' in your message and the facilitator common to both the BlackBerry and your Outlook application.

    You always check your webmail (using the Web interface, not Outlook)?

    You're on a staff BIS account or is this BlackBerry on a BES business account?

  • BlackBerry smartphones, no Option to delete an e-mail from the server after getting a replacement Tour

    I was one of those people who had a problem with my new tour trackball. Verizon replaced. Since then, I noticed that when you delete emails I have more option to delete the server of mail also. Is there a setting I need to change?

    Open your Messages folder > Menu > Options > Email reconciliation > and set your preferences for each e-mail set up on your device address.

  • BlackBerry Smartphone email on the 8900 configuration error

    When I try to use the e-mail Setup Wizard and select 'I want to create or add an email address', I always get an error message saying "your device had a problem connecting to the server.  I have to cancel and interrupt the process.

    I know that I'm connected like I can access the internet, receive emails to an existing account, etc.

    Does anyone have a solution?

    See you soon

    ABOVE, you can access any web page with your device?

    You can add the account through your web page of Castelnau, log on to your account, go to messaging blackberry installation and add e-mail account.

    Try resetting the camera too, with the phone lights up, remove the battery for 30 seconds and replace the battery.

  • MacBook Pro, remove emails from the server

    How can I get my MacBook Pro running Mail 9.3 on El Capitan 10.11.14 DO NOT delete the emails for my server?

    I don't see a setting of ' copy to remove server after retrieving a message "on my region has Mail preferences.

    When I receive an email on the MacBook Pro first, I do not get the email on my iPhone 6 s 9.3.1 running OSX.

    Your MacBook Pro is configured to use the POP or IMAP protocol to access the email account? If it's POP, this is the normal behavior.

  • Recovery of the old emails from the server in Windows Mail

    Hello

    using windows vista.
    my windows crashed. am now install new window
    I have no backup of my old emails
    use gmail pop account.
    my email all the old have the gmail server.
    and am set the old unread emails
    but mail windows only of new e-mail messages to gmails server.
    am want my all old emails.
    who can am do?
    Help, please

    Hello
    See the disscussion prior to http://social.answers.microsoft.com/Forums/en-US/InternetExplorer/thread/0141107c-1adb-4521-a5c0-d780c7537e25
    I hope this helps.
    Good day

  • BlackBerry Smartphones retrieivng emails from the server after end of Verizon contract.

    I have my contract with Verizon has just ended, has got a new phone (not a BB), enabled and then realized after that I had no way to access any new e-mail that came to my acct vzw.blackberry off, it.

    How can I do that.

    My apologies in advance if I is a totally noob or the question that has been answered previously. just frustrated!

    Is an e-mail address '[email protected] '?

    These emails are visible ONLY using your BlackBerry, no other device or computer.

    Sorry... When you have removed your terminal BlackBerry and your account, you have lost your access to this mail.

  • Do not delete blackBerry Smartphones Ringtone

    Well, I know how to delete a ringtone, but I tried and it won't go away.  That's what happened.  I went in the Office Manager so I could rename my ringtones I downloaded (I hate it when the words of the song all together).  When I went into my ringtone file on my phone, he had two rings for every sone (e.g. I changed Faraway for Far Away and both have been listed on my phone).  The one I've renamed is one that works.  I tried to delete the old one (Faraway), but it will not erase.  It's really irritating me to go in this folder and see the two names of ringtone for each song (if it makes no sense to me).

    Any ideas how to fix?

    Thank you very much!

    I assume you are using a memory card?

    Take all your take ringtone and copy them to a directory on the PC, remove the ringtones folder on the card of support,

    Create the folder again, load the ringtones as you want. Then make a traction battery with the phone on,

    replace the battery after a minute, let reeboot unit 1 to 3 minutes, ringtones will need to reindex for about five minutes later, look and see if the hurt is gone

Maybe you are looking for