Change email address for my notes?

I have recently changed my email address and set my new IMAP email address on my iPhone 4. However iTunes won't sync Notes to my iPhone now as all the previous notes are shown as being my old email address. How do I changed the registered address for the Notes?
Thanks
Tony

Hi @TFZ,
Welcome to the HP Support Forums. I see that you would like to learn how to change the ePrint email address your printer currently has.
To better assist you, would you please provide some additional information:
What model/product number of HP printer do you have? How Do I Find My Model Number or Product Number?
How is the printer connected (USB cable, ethernet, or wireless)?
What operating system are you using on your computer? whatsmyos.com
Are you getting any error messages? If yes, what do they say?
Thank you.
Regards,
Happytohelp01
Please click on the Thumbs Up on the right to say “Thanks” for helping!
Please click “Accept as Solution ” on the post that solves your issue to help others find the solution.
I work on behalf of HP

Similar Messages

  • Old email is closed.  I have no access to it.  Cannot change email address for icloud in system preferences,does anyone have a way this can be corrected?  I don't have access to icloud.

    Old email is closed.  I have no access to it.  Cannot change email address for icloud in system preferences,does anyone have a way this can be corrected?  I don't have access to icloud.

    Hi Joycars,
    Can you not simply sign out of the iCloud account with the incorrect email? Not sure I'm following?
    GB

  • Can anyone help me with changing email address for resetting password notification

    Can anyone help me with changing email address for resetting password notification?

    If you know the answers to your security questions, you can change your rescue email address as shown in step 6 in this article: http://support.apple.com/kb/HT5312.
    If you don't kow the answers to your security questions or need other assistance doing this, either contact Apple for assistance by going to https://expresslane.apple.com, then click More Products and Services>Apple ID>Other Apple ID Topics>Lost or forgotten Apple ID password, or contact the Apple account security team: http://support.apple.com/kb/HT5699.

  • How can i change email address for security questions and password resets

    I've noticed that my password reset requests are going to an old email acount. In fact, i am not sure where they are going.
    the real issue is that i don't see a way to change it when i am logged in (it took me many tries to actually log back in) to my apple id account.
    I've changed alternate email accounts, but again i don't see a way to change my destination email account for security section of the account.
    Also i would rather reset these via text (ATT has this option for my cell phone account reset and i love it).  I don't see an option like that from Apple at all.
    Any suggestions and help will be much appreciated. Don't want to struggle with password resets every time i need to get in.

    If you're able to supply two of your security answers, click here and follow the instructions to change your rescue email address.
    If not, you need to contact Apple.
    (125051)

  • Changing Email address for BTWiFi-with-FON

    Is it possible to change the username/email address for logging in to BTWiFi-with-FON as the btinternet.com email address I got lumbered with is very long (29 characters) and awkward to key in on a smartphone?
    Solved!
    Go to Solution.

    A1944 wrote:
    pottyperson wrote:
    Keep the phone's Wifi switched off until you actively want to use it. That will probably save on battery usage as well.
    Thanks for the idea, but unfortunately that would not help as I use it on the WiFi at home quite a lot, especially when I have the PC switched off.
    Sorry, I got the wrong end of the stick. You need to set the phone to prioritise wifi connections, but I don't know the procedure for iPhone as I have Android. You could try simply deleting BT WiFi from the list of connections to see if it gets a lower priority next time you connect to it.  
    You can click the white star next to this message if you think it was helpful.

  • Changing email addresses for AppleID

    I have recently changed my email address for an active AppleID. However,  for various reason I would like to change it to another email address that already has an unused, mistakenly created, AppleID attached to it. I know I can't cancel an AppleID, but can I:
    - reallocate the unused AppleID to a new email;
    - rellocate my active appleID to the email address that was previously linked to the old unused AppleID?
    Would love to know if this works before I start messing around.

    Yes and yes. You can use an old email for the unused ID (even one that is no longer functional). You do not have to verify when you change it - it just has to be an email address. Once you have changed the email on the unused ID, you should be able to use it for your active Apple ID.
    Cheers,
    GB

  • Change email address for icloud

    I have 2 iphones, that for some reason are both linking up to the same account.  I want to delete an icloud account,  i cant remember the password and it says my other information is wrong (ie dob etc) i don't know which email address its linked to (its not the icloud username email address for some reason)  I tried going into icloud on my phone and it just keeps saying verifying and asks me to input password.  

    If it says verifying in Settings > iCloud, try to keep hitting cancel over and over until it eventually stops, then hit delete account at the bottom.
    If that doesn't work, you will need to contact Apple to figure out where that Apple ID is linking to so you can get it reset and removed.

  • Need to change email address for all users / employees and their supplier

    Hi All,
    Our organisation is going through some infrastructure changes and all employees email addresses will be changing throughout the department in the next few weeks.
    Is there a supported method to update the FND_USER.email_address, PER_ALL_PEOPLE_F.email_address and Employee Supplier email address within our Oracle system to the employees new email address
    Would you be able to provide a solution or recommend a datafix (SQL Update script)?
    Many thanks,
    Lance

    Oracle's update:
    UPDATE
    ======
    kindly there is no ready code script for this issue
    as per Oracle policy ,customizations are not supported
    Thank you,
    Global Customer Services
    I'll look into the Packge FND_USER_PKG thanks and see what i can spot. Any one ever done something like this before?
    Thanks,
    Lance

  • How to change sip address after changing email address for bulk users

    We are in the process of adding new primary email address as [email protected] for 500 users. 
    current primary email address is [email protected] and 
    currently all LYNC users has sip address as [email protected]
    Now we need to change the LYNC SIP Address as their primary email address ( [email protected]). does any one has script to pull the users from CSV and change the SIP Address as their primary email address.
    I got below script from internet , but this is not going to help me, as this script is to enable SIP Address and mark the sip address as same as the email address.
    any help in this matter is greatly appreciated.
    $users=Import-Csv .\users.csv
    ForEach ($user in $users){
        Write-Host    $user.alias
        get-csaduser $user.alias | Enable-CsUser -RegistrarPool "PoolServer.domain.com" - SipAddressType EmailAddress
    Srinivasa K

    Raju, getting below error.
    You cannot call a method on a null-valued expression.
    At C:\Srini\lync.ps1:5 char:4
    +    $newAddress=$oldAddress.Substring(0,$oldAddress.IndexOf("@"))+"@test.com"
    +    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        + CategoryInfo          : InvalidOperation: (:) [], RuntimeException
        + FullyQualifiedErrorId : InvokeMethodOnNull
    Set-CsUser : Cannot bind argument to parameter 'Identity' because it is null.
    At C:\Srini\lync.ps1:6 char:25
    +    Set-CsUser -Identity $User.Identity -SipAddress $newAddress
    +                         ~~~~~~~~~~~~~~
        + CategoryInfo          : InvalidData: (:) [Set-CsUser], ParameterBindingV
       alidationException
        + FullyQualifiedErrorId : ParameterArgumentValidationErrorNullNotAllowed,M
       icrosoft.Rtc.Management.AD.Cmdlets.SetOcsUserCmdlet
    You cannot call a method on a null-valued expression.
    At C:\Srini\lync.ps1:5 char:4
    +    $newAddress=$oldAddress.Substring(0,$oldAddress.IndexOf("@"))+"@test.com"
    +    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        + CategoryInfo          : InvalidOperation: (:) [], RuntimeException
        + FullyQualifiedErrorId : InvokeMethodOnNull
    Set-CsUser : Cannot bind argument to parameter 'Identity' because it is null.
    At C:\Srini\lync.ps1:6 char:25
    +    Set-CsUser -Identity $User.Identity -SipAddress $newAddress
    +                         ~~~~~~~~~~~~~~
        + CategoryInfo          : InvalidData: (:) [Set-CsUser], ParameterBindingV
       alidationException
        + FullyQualifiedErrorId : ParameterArgumentValidationErrorNullNotAllowed,M
       icrosoft.Rtc.Management.AD.Cmdlets.SetOcsUserCmdlet
    Srinivasa K

  • Changing Email address for Administrator

    We have specified a particular e-mail address while installing Oracle Files. This is the e-mail address used by sysadmin (administrator account) We would like to change this e-mail address to new one. But e-mail address box for sysadmin is grayed out. What is the workaround for changing e-mail address.

    Access the adminlogin as follows:
    http://hostname.domain:port/files/app/AdminLogin
    login as the user site_admin (site administrator) and give the password you specified during installation.
    Once logged in you will be taken to the subscribers main page - which lists subscribers.
    Select your subscriber, and on the following page select the 'modify subscriber' button. Click on next till you get to step3, you can change the email address here - mine is not greyed out.
    Alternatively you can also do the following:
    Access the AdminLogin link as above, and this time login as the subscriber administrator, this is the username you specified when you were creating the subscriber. Mine is filesadmin. Click on the users tab,and search for your subscriber administrator , again mine is filesadmin. When the search retrieves the result, click the user, you should then be taken to the user information page, you can change the email from here aswell.

  • Changing email address for Preferences???

    Hi Everyone,
    This question actually has nothing to do with SQL! I am having trouble working out how to change were my email alerts are being sent to! I login with my hotmail account, but email alerts (concerning my threads) are being sent to my work address. I can't
    work out how to change were alerts are sent to...such a seemingly simple thing! However the MSDN site isn't the easiest to set preferences in!!!
    Primarily I use the MSDN site for learning about SQL so I am specifically interested in changing where alerts related to the following URL -http://social.msdn.microsoft.com/Forums/sqlserver/en-US/ are sent to...
    Of course I have Googled this, but with NO LUCK (admittedly I didn't get super desperate and Bing Search!).
    Any help here will be greatly appreciated. If your an Administrator with enough skill to move this thread can you please share instructions on how to change the notifications email address???
    Kind Regards,
    David

    Hi David,
    You can change the email address notifications are sent to via 'My settings'. To get there, click on the 'Quick access' dropdown in the upper left (under the 'Ask a question' button) and then click on 'My settings'.
    There's a 'Configure alerts' section there where you can change the address.
    Just as a heads up (you don't have to worry about this, but I'll post this for future people who find this thread), making any changes in 'My settings' mangles all HTML tags in your signature block. You'd need to paste in fresh HTML before saving the changes
    to ensure that your signature doesn't break.
    EDIT:
    I just learned that you'll also need to confirm the new address that you enter into the 'Configure alerts' section before notifications will start being delivered to this new address. The confirmation email may take quite a while to appear.
    Don't retire TechNet! -
    (Don't give up yet - 13,085+ strong and growing)

  • Multiple Email addresses for MailContact - NOT MAILBOX

    Hi,
    This is probably in the wrong section but an admin can move it if needed.
    I am working with Exchange Management Shell for Exchange Server 2010, and would like to know if it is possible to add a secondary email address to
    MailContacts through powershell.
    I can double click each contact go to the email address tab and add additional email addresses there but I want to know if its is possible through the powershell.
    The only information ive found online is to do this for a Mailbox.
    Your help is greatly appreciated.
    Regards,
    Bill

    Bill,
    The Exchange attribute you're looking to modify for the MailContact is the
    EmailAddresses attribute (equivalent to the ProxyAddresses AD Attribute)
    Using powershell to add them may look something like this:
    $contacts = get-mailcontact
    foreach($contact in $contacts){
    #get the existing SMTP address for the contact
    $existingaddress = $contact.primarysmtpaddress.tostring()
    #example of creating a new SMTP address for the contact based on existing attributes, and removing spaces. Replace this with however you're going to build the new address.
    $newaddress = ($($contact.DisplayName.tostring()) + "@domain.com").Replace(" ","")
    #sets the contact to have multiple SMTP addresses, Note that the first address listed will become the PrimarySMTPAddress for the contact.
    set-mailcontact -emailaddresspolicyenabled $false -Emailaddresses $existingaddress,$newaddress
    #Full disclosure: I tested this code on my Exchange 2013 lab, not Exchange 2010, however this should work either way.
    I think it is important to note however that adding additional external addresses would be a moot point, as Exchange will only send to what is listed as the targetAddress (Single value) of the contact. However, if you're looking for multiple "internal"
    SMTP addresses to map to a single "external" SMTP address, this should work, depending on your environment/requirements.
    Woody Colling, MCITP Exchange 2010
    -----Please remember to mark answers appropriately-----

  • Changing email address for Apple ID

    My sister has a bit of a problem. She has an old email address associated with her itunes store account. She has since purchased a Mobile Me account and wants to use that as her Apple ID for iTunes but she doesn't want to lose her purchases. We tried editing her account info but she can't change the email address to the Mobile Me address because iTunes sees it as an already created Apple ID. Does anyone know a way to use the Mobile Me address and still have all of the purchased content from the old ID work with it?
    Thanks,
    DJ

    Go to this page, sign in, and change your email address.
    (16078)

  • Changing email addresses for invitees

    Can the email address of a seat be changed? They have 2 email addresses and they want the one I didn;t set them up with.

    Hi Sue,
    You can sign in to www.creative,adobe.com and revoke the invitation of the current user and add another e-mail address.
    Ankit

  • HT4436 Changing email address for my Apple ID for iCloud

    Hi,
    I am wondering how to change the email address under my iCloud account. My sister logged into my itunes account under my Id and setup an iCloud account. Now everytime I try to log into iCloud I get all of her backup data. How can I remove her email address and setup under mine.
    Thanks

    Settings>icloud, scroll to bottom of screen and tap Delete Account (this disconnects the device from icloud but doesn't delete any data on icloud or on other devices).  then log back in using your account.  Of course if your sister has taken over your account, then you need to log her off your account and back in using her account.

Maybe you are looking for

  • Cleared item not updated in Main Bank Account FEBAN

    Hi Experts, i entered manual bank statement through FF67 and saved it. then i went to FEBAN to view if there was any open item left in this statement so that it can be posted manually. in FEBAN i found not a single open item in this statement which m

  • MOVED: Graphics Card upgrade gt60 dominator

    This topic has been moved to GAMING Notebooks. https://forum-en.msi.com/index.php?topic=256795.0

  • Yet another CENTERing question

    Yes, I've looked through tons of the centering questions already posted here, but couldn't find precisely what I need to do. Basically, I'd like to have the center section a fixed (or minimum) width and the two side sections liquid. I know how to do

  • Save as / Open -- System : portal by default

    Dear ALL When we "save as" a BW  report from the portal, by default the favorite is save on the portal. However, when we click on "Open" to access this favorite, by default the system is not set to portal. It is set to the BW server, so end user have

  • Very First letter typed in safari does not show

    I open a website and type my user ID and other info. The very first key I type does not work, Safari does not respond to the key stroke and displays nothing. If I keep pressing a key longer Safari responds and displays letters (aaaaaa) instead of a l