Hello need some help on a few things with email sending and rec.

I have had my bb for a while but am only now really trying to utilize it for more.  I am able to access my yahoo and gmail accounts on it and sync.  However when I tried to import my address book from sbc or tried to add the blackberry email I have run into problems.  It will let me send an email on the bb using the bb email address however I have no idea where it ends up on the desktop though.  I can't send out anything on the outlook from either account.    I am very frustrated to say the least.  The only reason I am wanting to get the bb email set up as there are thousands of items on the outlook that tell you don't remove from the outbox.  Hope that some of this makes sense.  Thanks  Carla 
I have a curve 8310 
Message Edited by CarlaVM on 09-12-2009 08:52 PM

Welcome to the forums CarlaVM
I am a little confused by your post. Could you please clarify a little better.
If I understand correctly, you have added yahoo and gmail accounts to the blackberry so that it receives email's from those accounts on to your phone.
What is "sbc" that you are trying to import your address book from? And expand on why you can't add the "blackberry email" (is this the email that says [email protected]?)
If you send email using your blackberry account ([email protected]) the sent email  is only stored on your phone (and nowhere else). I would send emails using either your yahoo or gmail email account so that it will save a copy in your email accounts as a backup.
I don't understand what you mean by sending from outlook? What does this have to do with the phone?
Take a look at this section of the forums for tips and tricks: http://na.blackberry.com/eng/support/blackberry101/#tab_tab_curve
I am a little confused by your wording so if you can clarify further I'm sure I, or somebody else, will be able to help you further.
Cheers
Kijana
Please remember to:
1. Mark Accept as Solution on the appropriate post once your issue has been resolved
2. Give Kudos to helpful posts (click the star next to the post)
Thanks

Similar Messages

  • Need some help re:  OS 9, OS X 10.2 and Leopard on PowerBook

    I have begun experimenting with a Titanium PowerBook G4 I have that I hadn't used in years.  It had Jaguar and OS 9 installed originaly and I recently upgraded to Leopard.  I then decided that I wanted to see what OS 9 was like so today, I partitioned the hard drive, hoping to reinstall Jaguar and OS 9 as well as Leopard.  I got as far as reinstalling Jaguar with all of its updates and restoring OS 9 and have a few questions. 
    In System Preferences, I selected OS 9 as the startup disk and now I can't boot to Jaguar.  I've tried holding down the Option key while starting and I get a screen with an icon of the hard drive in the center, a right-facing arrow to the right and what looks like the reload arrow to the left.  Clicking on the right-facing arrow loads OS 9.  Clicking on the hard drive icon or the other arrow does nothing.  Any suggestions?
    Also, can I boot from the Leopard disc and install Leopard on the partition I created for it?  I don't see why not but I thought I'd ask before trying.  Also, if the answer is "no,"  can I delete that partition using the Jaguar installation disc without losing anything on the partition I created for Jaguar?
    Finally, while I don't anticipate using the computer for internet surfing very often, I'd like a more user-friendly browser than the old version of Explorer that installs with OS 9.  Any suggestions? 
    Thanks in advance for any suggestions you might have.
    Amy

    In System Preferences, I selected OS 9 as the startup disk and now I can't boot to Jaguar.  I've tried holding down the Option key while starting and I get a screen with an icon of the hard drive in the center, a right-facing arrow to the right and what looks like the reload arrow to the left.  Clicking on the right-facing arrow loads OS 9.  Clicking on the hard drive icon or the other arrow does nothing.  Any suggestions?
    That's normal behavior.
    Holding down the Option key at startup brings up Startup Manager. Startup Manager is able to show only one OS for any given volume. And, for a volume with two OS's on it, such as Jaguar and OS 9, it will show (make available for selection) only the last one of those two which was used for booting. Hence, in this instance it is locked into OS 9 for that volume.
    OS 9's Startup Disk control panel (Apple menu > Control Panels > Startup Disk) should allow you to select OS X as the boot OS for the next startup.
    You should also be able to hold down the X key during startup to force a boot into OS X. Press the X key about the time the startup chimes sound, keep it held down until OS X has started to boot. Note - this is a one-off instruction, meaning on the next boot it will auto-select OS 9 again unless you force it to use OS X or change the setting in Startup Disk.
    This restriction in Startup Manager is one reason many folk partition their drive so they can have OS 9 on a separate partition (a partition = a volume). This allows each of the volumes, one with OS X and one with OS 9, to appear in Startup Manager, each selectable.
    If you have an original PB G4, and the OS 9 version is OS 9.1, then you may nott be able to select OS Xin its Startup Disk control panel. The solution for that is to replace just that control panel with a newer one, which you can get here -
    http://support.apple.com/kb/DL1111
    If you have a later model PB G4, the OS 9 installer may be part of a combination installer, one which boots to OS X. This installer will insist upon installing OS 9 only onto a volume which already contains OS X. In order to get OS 9 onto its own partition in this instance, install it onto the OS X partition, then drag and drop copy it to its own partition. After verifying the validitiy of the copied OS (usually by booting to it), the original on the OS X partition can be thrown away.

  • Hello need some help.

    i trying to download some apps on a ipod touch gen 2 that i just bought. but it wont let me say i need ios 4.3 but itunes says im updated at 4.2.1 can anyone please help me

    From Apple:
    "iOS 4.2 is the latest version of iOS for iPod touch (2nd generation)."
    http://support.apple.com/kb/HT4205

  • Please i need some help,just got a movie on my iPhone and I'm not able to play it in my MAC , anybody knows how to do that?

    i bought a movie on itunes from my iphone and now im trying to watch the movie in my mac and its not showing on my purchase list on my mac itunes
    anyone can give me a help?

    Did you purchase the movie or rent it?  If you rented it, it cannot be transferred from your iPhone.
    If you purchased it, are you sure you're using the same Apple ID on your Mac as you are on your iPhone?  If not, you would be trying to watch a movie owned by someone else.

  • Help C# Hi, i have studying for 3 weeks and i need some help. How can i sort case 2 and display that with dinamic array?

      //Meny
                Console.WriteLine("\n HÄNGA GUBBE\n");
                Console.WriteLine(" 1) Lägg till ord");
                Console.WriteLine(" 2) Lista alla ord");
                Console.WriteLine(" 3) Spela");
                Console.WriteLine(" 4) Avsluta");
                int valet;
                Console.Write("\n\tVälj 1-4:  ");
                valet = int.Parse(Console.ReadLine());
                switch (valet)
                    case 1:
                        Console.WriteLine("\n lägg ett till ord! ");
                        break;
                    case 2:
                        Console.WriteLine("\n Lista med alla ord :\n");
          char[] array = { 'lev', 'skratta', 'gledje', 'gråt', 'njut'};  
                Array.Sort<char>(array);
                foreach (var c in array)
                    Console.WriteLine(c);
                Console.WriteLine("\n");
                        //List<string> list = new List<string>();
                        //Random r = new Random();
                        break;
                    case 3:
                        string guesses, bokstäver;
                        Console.Write("\n Hur många fel får man ha? ");
                        guesses = (Console.ReadLine());
                        Console.WriteLine(" Utmärkt, då spelar vi!\n");
                        Console.WriteLine(" Felgisningar :" + "0/" + guesses);
                        Console.Write(" Gissade bokstavär: \n" );
                        bokstäver = (Console.ReadLine());
                        Console.WriteLine("Aktuel ord");
                        Console.WriteLine("Gissa bokstav : "+bokstäver+" \n");
                        break;
                    case 4:
                        Console.WriteLine("\n  HEJ DÅ! \n");
                        Console.Beep();
                        break;
                    //avbryter while loopen, avslutar spelet

    You can do it like this;
    var text = Console.ReadLine();
    if(array.Contains(text)) // if exists do what ever you want
    Please mark it correct if you find the answer helpful and please start  a new thread if you have another question. Thanks.

  • I need some help here. someone please respond with some type of idea.

    okay, here's the deal
    when i take the Ipod out of the usb, i cut it on, and it's just a constant green light in the front that wont go away. it wont play, and wont have any affect on the buttons or anything. it's just a steady green light.
    it wont show my battery life until it's cut off.
    do you have any idea what's going on?
    i'm so uber angry it isn't funny.
    P.S.- I've had this ipod for like, almost a year.

    okay, here's the deal
    when i take the Ipod out of the usb, i cut it on, and
    it's just a constant green light in the front that
    wont go away. it wont play, and wont have any affect
    on the buttons or anything. it's just a steady green
    light.
    it wont show my battery life until it's cut off.
    do you have any idea what's going on?
    i'm so uber angry it isn't funny.
    P.S.- I've had this ipod for like, almost a year.
    See if this helps:
    http://docs.info.apple.com/article.html?artnum=303332

  • Need some help - here is the problem with I import.

    I am importing a flv file. The flv file runs fine outside of Premiere. When I import it, the audio imports fine. The video however imports and displays when run at SUPER slow mode.
    For example, when I run the imported movie, and let say all I am doing (my movie) is counting from 1 to 10 (via audio) and moving my mouse cursor slowly from the bottom of the screen to the top (visually), My mouse cursor will still be rising from the lower 1/4 of the screen while I hit 10 (audio wise) in number.
    If that example is too confusing to understand, sorry... The video is just not matching the audio in speed and is sizeable different.
    Anyone know what is going on here?

    > Any ideas on what I might be doing wrong at the import level?
    I'm not sure you're doing anything wrong. I had the exact same issue with Camtasia files that I was using for some tutorials.
    Is there any way to get the source file before it was converted to .flv?
    Do you have the entire Creative Suite? If so, set up a dynamic link to an AE comp that contains the .flv file. IIRC, that worked for me before I decided to edit the tutorials in AE anyway. The only potential issue I see is that the processing overhead for a 2-hour dynamically-linked comp may exceed what your system (or Pr) can handle.

  • Need some help here. cannot communicat​e with Fingerprin​t sensor

    Ok, so I rebooted and was able to install the new sw ver. .245 ...but the T500 still cannot communicate with the sensor.  It asks me to verify that the sensor is "ready" but give no guidance on how to do so in any of the help options or in the fingerprint reader manager or the device manager...so how can I find the sensor???  Very frustrating.  Please help.

    The scriptgen takes your CAP file and generates an APDU script to load it onto a JCRE implementation. The installer applet is what recieves the APDU commands to load that CAP file. Read the JCVM specification and read what a CAP file is and all the individual CAP components that make up the CAP file.

  • Bt infinity way to slow !!! Need some help

    We just got bt infinity 1 installed with home hub 5 as well, I did a speed test and it was only getting 10mbps download, 5 Mbps upload and 85 ping, is this good or bad. We currently have 10 devices connected to internet in this house, I can't even watch normal you tube videos in 480p, this is annoying as paid a lot of money for it, I know the problem can rely down to the amount I people connected, it may be also down to where the router is ? Need some help to how we can get best performance and how to share the connection between all of us or how to get more as on the best package available ? Thanks will need all the help as the internet is atrocious right now, almost as bad as our non infinity by home hub 2 we had a few days ago

    Can you run this checker and post back a screen shot of the results
    http://www.dslchecker.bt.com/adsl/adslchecker.welcome
    and use this speed tester then carry out the further diagnostics and post back a screen shot of all the results including your IP profile for up and down. This test must be done with a wired connection.
    http://speedtest.btwholesale.com/
    As you have a Homehub 5 can you also post the stats from 1-12 by logging onto the homehub management pages then troubleshooting > helpdesk. http://bthomehub.home/

  • Ok i have indesign CS6 and all files are stored on a 10.7.5 MAC server.  This just started happening.  When I open a file indesigns is creating a textfile in the same folder?  I need some help on this.

    Ok i have indesign CS6 and all files are stored on a 10.7.5 MAC server.  This just started happening.  When I open a file indesigns is creating a textfile in the same folder?  I need some help on this.

    Ask in the ID forum and be much more specific about your configuration. there could be any number of reasons why manifests, temp files or restore files are created.
    Mylenium

  • Need some help with social net site

    I need to create a site with editable user profiles, the site
    will feature sports stats that the user can update.
    I use Dreamweaver and MYSQL but I need some direction. Im
    starting from scratch here, are there any templates or free source
    code to go off of? I really need some help!!

    "Funks Da Burn" <[email protected]> wrote in
    message
    news:g1np74$eej$[email protected]..
    >I need to create a site with editable user profiles, the
    site will feature
    > sports stats that the user can update.
    > I use Dreamweaver and MYSQL but I need some direction.
    Im starting from
    > scratch here, are there any templates or free source
    code to go off of? I
    > really need some help!!
    That's not something you can do using templates or by
    dropping in a free
    script; it's pretty complicated. You need to know how to
    design a database
    and write server-side code. Dreamweaver will help you write
    the code, but
    you still need to plan and design the whole application. I'd
    recommend
    starting with a book. It sounds like PHP is going to be your
    best bet - does
    your host server support it? If so, do a search on Amazon.com
    for books on
    Dreamweaver and PHP, and/or ask for recommendations here.
    Patty Ayers | www.WebDevBiz.com
    Free Articles on the Business of Web Development
    Web Design Contract, Estimate Request Form, Estimate
    Worksheet

  • HT1937 hello all....i need some help 2 can activate my 4s,i paid 4 unlock code and cant actvaite my phone ,the server support told me thats phone unlocked done.but apple server not say that..my imei 990001021636113

    hello all....i need some help 2 can activate my 4s,i paid 4 unlock code and cant actvaite my phone ,the server support told me thats phone unlocked done.but apple server not say that..my imei 990001021636113

    There is no such thing as an "unlock code" for an iPhone. It's done through iTunes after being approved by the carrier it is locked to.
    Go back to the carrier it is locked to and find out what the status is. If you paid someone else to unlock it, you got ripped off.

  • Need some help in saving video message from viber to my Iphone. I disabled the thing that would save photos and videos automatically then, there comes a video I want to save. After loading and watching it, I press the "save to gallery"

    Need some help in saving video message from viber to my Iphone 5S with new ios 8's program . I disabled the thing that would save photos and videos automatically then, there comes a video I want to save. After loading and watching it, I press the "save to gallery" thing but it doesn't save in gallery. I tried all, restarting my phone, rebooting then turning on the save automatically thing and when I watch it again, it still wouldn't save.

    Probably a good question to ask Viber or look at their support site.

  • Hello, I need some help on renaming the title on mi web pages!

    Hello, I need some help on renaming the title on mi web pages! appear to be locked by the template and I would like to know if is posible rename each page with diferent title? Thanks,

    @ Gary: No, there is no need to specify an editable region in the page title.
    If you make a template from a page, by saving it as a template (using "save as template"), the page title is automatically made editable.
    @ Jesus: if you look into the code of your template or of any childpage, it should read like this:
    <!-- TemplateBeginEditable name="doctitle" -->
    <title>Mi PageTitle</title>
    <!-- TemplateEndEditable -->
    meaning that the page title is indeed editable.
    If it does not look like this, something went wrong.
    Maybe do a little test, save your page as a template and see if the code reads as above.
    It is important that you keep your templates in the Templates folder in your root folder
    Do not move the folder or change its name, otherwise it will not work.

  • Need some help in creating Search Help for standard screen/field

    I need some help in adding a search-help to a standard screen-field.
    Transaction Code - PP01,
    Plan Version - Current Plan (PLVAR = '01'),
    Object Type - Position ( OTYPE = 'S'),
    Click on Infotype Name - Object ( Infotype 1000) and Create.
    I need to add search help to fields Object Abbr (P1000-SHORT) / Object Name (P1000-STEXT).
    I want to create one custom table with fields, Position Abb, Position Name, Job. Position Abb should be Primary Key. And when object type is Position (S), I should be able to press F4 for Object Abb/Object Name fields and should return Position Abbr and Position Name.
    I specify again, I have to add a new search help to standard screen/field and not to enhance it.
    This is HR specific transaction. If someone has done similar thing with some other transation, please let me know.
    There is no existing search help for these fields. If sm1 ever tried or has an idea how to add new search help to a standard screen/field.
    It's urgent.
    Thanks in advace. Suitable answers will be rewarded

    Hi Pradeep,
    Please have a look into the below site which might be useful
    Enhancing a Standard Search Help
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/daeda0d7-0701-0010-8caa-
    edc983384237
    http://help.sap.com/saphelp_nw04/helpdata/en/cf/21ee93446011d189700000e8322d00/frameset.htm
    A search help exit is a function module for making the input help process described by the search help more flexible than possible with the standard version.
    This function module must have the same interface as function module F4IF_SHLP_EXIT_EXAMPLE. The search help exit may also have further optional parameters (in particular any EXPORTING parameters).
    A search help exit is called at certain timepoints in the input help process.
    Note: The source text and long documentation of the above-specified function module (including the long documentation about the parameters) contain information about using search help exits.
    Function modules are provided in the function library for operations that are frequently executed in search help exits. The names of these function modules begin with the prefix F4UT_. These function modules can either be used directly as search help exits or used within other search help exits. You can find precise instructions for use in the long documentation for the corresponding function module.
    During the input help process, a number of timepoints are defined that each define the beginning of an important operation of the input help process.
    If the input help process is defined with a search help having a search help exit, this search help exit is called at each of these timepoints. If required, the search help exit can also influence the process and even determine that the process should be continued at a different timepoint.
    timepoints
    The following timepoints are defined:
    1. SELONE
    Call before selecting an elementary search help. The possible elementary search helps are already in SHLP_TAB. This timepoint can be used in a search help exit of a collective search help to restrict the selection possibilities for the elementary search helps.
    Entries that are deleted from SHLP_TAB in this step are not offered in the elementary search help selection. If there is only one entry remaining in SHLP_TAB, the dialog box for selecting elementary search helps is skipped. You may not change the next timepoint.
    The timepoint is not accessed again if another elementary search help is to be selected during the dialog.
    2. PRESEL1
    After selecting an elementary search help. Table INTERFACE has not yet been copied to table SELOPT at this timepoint in the definition of the search help (type SHLP_DESCR_T). This means that you can still influence the attachment of the search help to the screen here. (Table INTERFACE contains the information about how the search help parameters are related to the screen fields).
    3. PRESEL
    Before sending the dialog box for restricting values. This timepoint is suitable for predefining the value restriction or for completely suppressing or copying the dialog.
    4. SELECT
    Before selecting the values. If you do not want the default selection, you should copy this timepoint with a search help exit. DISP should be set as the next timepoint.
    5. DISP
    Before displaying the hit list. This timepoint is suitable for restricting the values to be displayed, e.g. depending on authorizations.
    6. RETURN (usually as return value for the next timepoint)
    The RETURN timepoint should be returned as the next step if a single hit was selected in a search help exit.
    It can make sense to change the F4 flow at this timepoint if control of the process sequence of the Transaction should depend on the selected value (typical example: setting SET/GET parameters). However, you should note that the process will then depend on whether a value was entered manually or with an input help.
    7. RETTOP
    You only go to this timepoint if the input help is controlled by a collective search help. It directly follows the timepoint RETURN. The search help exit of the collective search help, however, is called at timepoint RETTOP.
    8. EXIT (only for return as next timepoint)
    The EXIT timepoint should be returned as the next step if the user had the opportunity to terminate the dialog within the search help exit.
    9. CREATE
    The CREATE timepoint is only accessed if the user selects the function "Create new values". This function is only available if field CUSTTAB of the control string CALLCONTROL was given a value not equal to SPACE earlier on.
    The name of the (customizing) table to be maintained is normally entered there. The next step returned after CREATE should be SELECT so that the newly entered value can be selected and then displayed.
    10. APP1, APP2, APP3
    If further pushbuttons are introduced in the hit list with function module F4UT_LIST_EXIT, these timepoints are introduced. They are accessed when the user presses the corresponding pushbutton.
    Note: If the F4 help is controlled by a collective search help, the search help exit of the collective search help is called at timepoints SELONE and RETTOP. (RETTOP only if the user selects a value.) At all other timepoints the search help exit of the selected elementary search help is called.
    If the F4 help is controlled by an elementary search help, timepoint RETTOP is not executed. The search help exit of the elementary search help is called at timepoint SELONE (at the
    F4IF_SHLP_EXIT_EXAMPLE
    This module has been created as an example for the interface and design of Search help exits in Search help.
    All the interface parameters defined here are mandatory for a function module to be used as a search help exit, because the calling program does not know which parameters are actually used internally.
    A search help exit is called repeatedly in connection with several
    events during the F4 process. The relevant step of the process is passed on in the CALLCONTROL step. If the module is intended to perform only a few modifications before the step, CALLCONTROL-STEP should remain unchanged.
    However, if the step is performed completely by the module, the following step must be returned in CALLCONTROL-STEP.
    The module must react with an immediate EXIT to all steps that it does not know or does not want to handle.
    Hope this info will help you.
    ***Reward points if found useful
    Regards,
    Naresh

Maybe you are looking for