Microsoft Outlook Mobile Service Address

Hope I can explain something I don't understand.I've read Microsoft Outlook has a feature called Outlook Mobile Service that allows me to send SMS to my cell.  To accomplish this I apparently need a web service address supplied by my carrier.  How do I find my web service address?

Hi
You can always send an email to a cell phone as SMS or MMS by using these email formats:
[email protected]
[email protected]
For example, if I want to send SMS to number 123-456-7890, I will type [email protected] in the "To" email field.
Is that what you're looking for? Looks like there are some paid third party sms server options that can be used with Outlook, but I'm not familiar with that and don't believe AT&T offers anything like that.
Thanks,
Dmitriy

Similar Messages

  • HT4436 i am receiving a message when I open Microsoft Outlook MobileMe  Services has encountered a problem and needs to close.  How can I resolve?

    I am receiving a message when I attempt to open Microsoft Outlook on my PC.  it says "MobileMe Services has encountered a problem and needs to close".
    Does anyone know how I can resolve this problem?

    Please see this thread:
    https://discussions.apple.com/message/24830816#24830816

  • Complex Data in Mobile Services?

    I'm trying to learn Azure Mobile Services, and feel like I must be missing something. I've gone through the tutorials, and they all seem a little too trivial to be helpful.
    I have a data model that, by traditional standards, isn't all that complicated, but seems to be for Mobile Services.  It's a reasonably straight-forward relational data model.  Whereas this is something that I would normally have designed in Entity
    Framework, I'm trying to follow the "Mobile Services methodology".  I was able to create the data model in code reasonably easily, with all the classes inheriting from Microsoft.WindowsAzure.Mobile.Service.EntityData.  It seems a bit
    of a step backward not to have something like the Entity Framework data model designer, but I got through it.  The database appears to get created correctly in Azure.  So far so good.
    Now I want to consume the mobile service in a client.  This is where my frustration starts.  Whereas in the past there were RIA Services or a WSDL to provide the data model of the service (i.e. essentially code-gen the proxy), it appears that I
    have to code everything on the client by hand again!  Is that true?!  From what I can tell, I can't even share the code between the server and the client.  Am I missing something?
    Then, after I write a LOT of essentially duplicate code, I give it a try and find out that there is simply no support for navigation properties (i.e. foreign keys, etc.).  I have to code all of that myself, likely using an automapper.  Once again
    I say:  am I missing something?
    Please tell me there's a better way, because right now this all feels like numerous steps backward!
    Thanks!
    Brad.

    You are right that there is less functionality as compared to RIA Services: this is by design. The Mobile Services tables endpoint and the client SDK are designed to be as simple as possible. This keeps your mobile client logic simple, and makes it easier
    to build a cross-platform app. For instance, if you were building a native iOS and Android client, there's no way to get around the code duplication.
    However, connecting to the tables endpoint is very easy using the SDK, and then you just use LINQ to run queries on your service. You can also use offline data sync to cache the data locally, and even update it while you are offline and sync changes later.
    (This is another case where the simple data model is a big advantage.) Plus, there's no codegen to bloat your client app. The only thing you need to manage is the table name, but this is an API that doesn't tend to change often (usually only additions).
    For a more complex example of Mobile Services, see our Field Engineer solution accelerator, which is a full-fledged app:
    https://code.msdn.microsoft.com/windowsapps/Field-Engineer-501df99d
    You're right that you can't share code for your model classes between client and server, other than copy and paste. :)  There's another good reason for this: the backend adds several system columns that are needed for things such as offline sync
    and conflict handling. So, you have to inherit from EntityData (or IEntityData), whereas the client has no such requirement. This can actually give you a lot of flexibility. however. For instance, maybe you only want 5 database columns, and there are 20 in
    your model. You can create different models on the client and backend to handle this.
    We don't support foreign keys, which definitely makes things harder. Unfortunately, supporting relationships would mean the full complexity of RIA Services on all 5 of our client platforms, which just wasn't feasible.
    As you noted, you can use Automapper, or, if your relationships are mostly 1-to-many, you can use database views and modify those directly. They can also be synced. If this works for your data model, it can also really simplify your client code, since you
    only need very simple queries on the client. For an example of this, please see my posts in this forum thread:
    https://social.msdn.microsoft.com/Forums/azure/en-US/4c056373-d5cf-4ca6-9f00-f152d2b01372/best-practice-for-syncing-related-tables-in-offline-mode?forum=azuremobile
    I totally agree with you that not having support for relationships makes the developer's life much harder, particularly if the model is not a good fit with automapper. But on the other hand, you get offline data sync for free, which would otherwise be a
    lot of work to implement.
    In order to determine if Mobile Services is the right fit for your project, you should look at all the features in the client SDK and estimate how much work it would be to do it all yourself. If you don't need most of the features, it's possible that you
    can just use Web API and all the features of Entity Framework. However, if you need things like offline data sync, login, or push notifications, the SDK can be a time saver.

  • BlackBerry Internet Service with Microsoft Outlook Web Access account

    I need to switch my 8820 to a new work account.  They use Outlook Exchange 2003, but do not support BES.  I have access via both regular desktop Outlook and also Outlook Web Access (from a different server).   I read the procedure to use BIS in KnowledgeBase KB03133.  After entering my email address and password, I get a message that it was successfully set up.  But, I get no e-mail messages delivered.  When I check  the settings, it looks like it is not using the correct server for Web Access.  However, I can find no way to manually enter it - I don't get the error message described in Step 5 where I can pick "I will provide the settings."  I try to set up via computer but I get a message that my BIS cannot be accessed via HTML and need to set up on my BB.
    Any suggestions?  Would it work with a newer phone running a newer OS?  Do I need to check with AT&T if it supports Outlook Web Access?  Thanks in advance.

    Hi and Welcome to the Forums!
    Lot's of possible variables...here a several other KBs to try:
    KB03133How to integrate a Microsoft Outlook Web Access email address with a BlackBerry Internet Service account
    KB18567BlackBerry Internet Service cannot connect to a Microsoft Outlook Web Access account using Microsoft Exchange 2007 or Microsoft Exchange 2010
    KB15173Locate the mailbox name for a Microsoft Outlook Web Access 2007 email account
    KB04804Error message appears when attempting to integrate a Microsoft Outlook Web Access 2010 account
    KB02858Unable to integrate a Microsoft Outlook Web Access email address with a BlackBerry Internet Service account
    The trick to getting to the manual settings screen is to provide your valid email address, but an incorrect password...then, it will allow you to manually enter the settings.
    Good luck!
    Occam's Razor nearly always applies when troubleshooting technology issues!
    If anyone has been helpful to you, please show your appreciation by clicking the button inside of their post. Please click here and read, along with the threads to which it links, for helpful information to guide you as you proceed. I always recommend that you treat your BlackBerry like any other computing device, including using a regular backup schedule...click here for an article with instructions.
    Join our BBM Channels
    BSCF General Channel
    PIN: C0001B7B4   Display/Scan Bar Code
    Knowledge Base Updates
    PIN: C0005A9AA   Display/Scan Bar Code

  • Microsoft outlook has blocked out the emails I had on Firefox and forced me to change my email address. How can I get my emails back from my previous email add

    My previous email was [email protected] For some reason Microsoft outlook have blocked it out and forced me to create another email address. There is a lot of information in the previous emails that I need, how can I get back to them. Microsoft have told me that I cannot reestablish the previous email address. I didn't know they could be so dictatorial.

    * If you are using the '''Microsoft Windows Live''' program;<br>
    Check the account information. On the far left top, under the icon,<br>
    press the box with the arrow. and select '''Options,''' then '''Email Accounts.'''<br>
    Select the e-mail account with one click. On the far right, press '''Properties.'''<br>
    '''General;''' check the information is correct.<br>
    '''Server;''' My Mail Server. Mine is;<br>
    http://mail.services.live.com/DeltaSync_v2.0.0/sync.aspx<br>
    '''Login Name''' and '''Password;''' re-enter the information<br>
    <br>
    * Using a web browser, go to '''Live.com''' and sign in.<br>
    At the top right, look for your name. Just to its left, click the tool icon.<br>
    Select '''Options.''' Under '''Preventing junk email,''' right click on '''Filters and reporting''' and select '''Open New.''' Look thru the settings. If there is something you need help on, just ask. Once you are done, close that page.
    Under '''Preventing junk email,''' right click on '''Safe and blocked senders.'''
    Look thru and check each listing

  • Microsoft Mobile Services Protocol

    Hi, Im wondering if RIM removed the msnmsp from live accounts.
    I was with BELL and was able to change the protocol for my hotmail account from a POP to an MSNMSP. I liked the Microsoft Mobile Services Protocol because messages were delivered to my device promptly, now I have to wait about 15 mins top get email all my other email like yahoo, AOL and even my GoDaddy email comes in promptly.
    Now i am with Telus and they fricken refuse to properly transfer me to RIM and they even lie to me saying that they dont have tier 2 support which I know they have because I looked into it and also found out that they can.

    Ok, Problem resolved, but not with out LOTS of time, work and aggravation.
    I started on the phone with AT&T, and they gave up after 30 minutes (though they were extremely polite...).  AT&T then transferred me to RIM, and I ended up with a nice tech in Canada.  Tech #1 went through all kinds of tests and could not fix the issue. AND - I did have to give him my password so he could try to setup my email account himself.  He then transferred me to Tech#2, who was very knowledgeable, and fully understood my problem though he did not known how to fix it.  We managed to get my MSN email address working as POP, but I told him that before I switched to MMSP, my MSN account was not POP, in so much as email to that address did arrive in realtime.  He understood me, and we both keep trying and finally, he gave up, and said it would have to go to the main techs, who essentially work on the BB/RIM servers/backend.  He promised me it would be setup in 48 hrs.  So after nothing happened with in 48 hrs, I tried re-setting up my msn email myself, and it fully and completely works.
    AND - as an added bonus, RIM must have slightly updated BIS, becuase now the Hotmail Contacts Sync actually works.  YES, on my BB 9780, I am 100% syncing my MSN (Hotmail) contacts wirelessly.
    So, to make a long story short, DONT SELECT "Switch to Microsoft Mobile Services Protocol"!!! If you do, and you email no longer works, you are going to have to speak with RIM, although you will need to call your carrier first and have them transfer you to RIM, so that way RIM will have your BB's PIN and can see exactly whats going on with your phone.

  • "Microsoft Mobile Services Protocol" Problem

     Hello everyone.  4 days ago, I checked my email accounts on my 9780 under Email Setup.  On my primary email address, a  "@msn.com"  address, I noticed a new feature I had never seen or heard of before, called "Switch to Microsoft Mobile Services Protocol".  I did a few minutes of research on what it was (it was suppose to convert my msn email from POP to IMAP, which would have been excellent...)  and I then activated in from my phone.  A few hours later and I realize that email address is not receiving new email, so I do the logical thing, and I delete the email address from Email Setup.  Then, I try to create a new email account using the same @msn.com email address, and the system wont let me.  Every time I do it from the phone, it gives me a error message saying "Update Failed".  I have also tried to create the new email address from BIS online, and it also will not allow me to create a new email account for that specific email address.
    I have verified that I can create  new email accounts with other addresses, including other @msn.com addresses, but I just can not create one using my old (and most important) address that I had switched to Microsoft Mobile Services Protocol, and then deleted.
    Does anyone know how I go about fixing this problem?
    Many Thanks.

    Ok, Problem resolved, but not with out LOTS of time, work and aggravation.
    I started on the phone with AT&T, and they gave up after 30 minutes (though they were extremely polite...).  AT&T then transferred me to RIM, and I ended up with a nice tech in Canada.  Tech #1 went through all kinds of tests and could not fix the issue. AND - I did have to give him my password so he could try to setup my email account himself.  He then transferred me to Tech#2, who was very knowledgeable, and fully understood my problem though he did not known how to fix it.  We managed to get my MSN email address working as POP, but I told him that before I switched to MMSP, my MSN account was not POP, in so much as email to that address did arrive in realtime.  He understood me, and we both keep trying and finally, he gave up, and said it would have to go to the main techs, who essentially work on the BB/RIM servers/backend.  He promised me it would be setup in 48 hrs.  So after nothing happened with in 48 hrs, I tried re-setting up my msn email myself, and it fully and completely works.
    AND - as an added bonus, RIM must have slightly updated BIS, becuase now the Hotmail Contacts Sync actually works.  YES, on my BB 9780, I am 100% syncing my MSN (Hotmail) contacts wirelessly.
    So, to make a long story short, DONT SELECT "Switch to Microsoft Mobile Services Protocol"!!! If you do, and you email no longer works, you are going to have to speak with RIM, although you will need to call your carrier first and have them transfer you to RIM, so that way RIM will have your BB's PIN and can see exactly whats going on with your phone.

  • Trf contact from microsoft outlook to mobile device

    i was trying to trasfer my contact details from microsoft outlook to my mobile device through blackberry desktop software (organiser-sysc address book from Micr outlook express to  mobile address book. But my contact is not transfered so please let me know how i can do the same.

    Do you have contacts turned on using the iCloud control panel in Windows control panel?

  • Invalid Certificate Microsoft Outlook cannot sign or encrypt this message because you have no certificates which can be used to send from your e-mail address.

    Hi,
    I have a problem when trying to sign emails with an X.509 certificate in Outlook 2010. I constantly get the error message. The certificate is Verified for the email address I'm sending from.
    "Invalid Certificate
    Microsoft Outlook cannot sign or encrypt this message because you have no certificates which can be
    used to send from your e-mail address."I have no problem with signing documents in Word 2010 with the same certificate, only when trying to send email.Every check I can perform confirms that there's nothing wrong with the certificate. Yet, Outlook still says it is invalid.I have even tried installing a second X.509 for the same email address just to check. Outlook doesn't seem to like either certificate.I know this has been posted before, but I'm completely stuck here.Thanks,~Dan

    Hi,
    You may have checked the option "Encrypt contents and attachments for outgoing messages" in Outlook, please uncheck this to test if the problem persists.
    File -> Options -> Trust Center -> Trust Center Settings -> E-mail Security -> Clear the checkbox "Encrypt contents and attachments for outgoing messages" -> OK.
    Regards,
    Melon Chen
    TechNet Community Support
    It's recommended to download and install
    Configuration Analyzer Tool (OffCAT), which is developed by Microsoft Support teams. Once the tool is installed, you can run it at any time to scan for hundreds of known issues in Office
    programs. Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact
    [email protected]

  • How do we transfer contacts and mails from apple mail and address book to Microsoft outlook on my mac

    How do we transfer contacts and mails from apple mail and address book to Microsoft outlook on my mac

    From Contacts, anyway (the new version of Address Book) you can export to a .abbu file and import then into Outlook. I'm not sure about Mail as I only really use Outlook...
    Clinton

  • HT204053 Every time I try to access my emails on microsoft outlook I get a message from windows that mobileme services have stopped working. windows then tries to find a solution and says mobileme is not installed correctly. When I try to repair or uninst

    Every time I try to access my emails on microsoft outlook I get a message from windows that mobileme services have stopped working. windows then tries to find a solution and says mobileme is not installed correctly. When I try to repair or uninstall via the control panel my pc cannot find the route????? I do have an iphone and ipad. What can I do?

    The CrashIDs are what is needed. Do not attempt to attach or paste the reports.
    #Run Firefox in safe mode does that prevent crashes ?<br/>[[Troubleshoot Firefox issues using Safe Mode]]
    #Disable all plugins
    #Repeat and this time try in Windows safe mode. use the F8 key <br /> http://windows.microsoft.com/en-us/windows/start-computer-safe-mode#start-computer-safe-mode=windows-7
    So you are saying it works ok as long as you avoid certain pages such as this Forum. That makes me wonder if it could be malware that is blocking access to assistance.Run malwarescans with multipe and up-to-date tools.
    Sometimes a problem with Firefox may be a result of malware installed on your computer, that you may not be aware of.
    You can try these free programs to scan for malware, which work with your existing antivirus software:
    * [http://www.microsoft.com/security/scanner/default.aspx Microsoft Safety Scanner]
    * [http://www.malwarebytes.org/products/malwarebytes_free/ MalwareBytes' Anti-Malware]
    * [http://support.kaspersky.com/faq/?qid=208283363 TDSSKiller - AntiRootkit Utility]
    * [http://www.surfright.nl/en/hitmanpro/ Hitman Pro]
    * [http://www.eset.com/us/online-scanner/ ESET Online Scanner]
    [http://windows.microsoft.com/MSE Microsoft Security Essentials] is a good permanent antivirus for Windows 7/Vista/XP if you don't already have one.
    Further information can be found in the [[Troubleshoot Firefox issues caused by malware]] article.
    Did this fix your problems? Please report back to us!

  • How can i get my addresses from my old windows laptop (Microsoft outlook) on my iphone?

    hi, i would like to learn how i can get my address file from my old windows laptop (microsoft outlook) on my new iphone? who can help?

    It should be possible with microsoft exchange but I do not know how... (sorry no Outlook expert)

  • Street address not synching from Microsoft Outlook

    I just got a Blackberry Pearl and installed the desktop software and am trying to synch my contacts with Microsoft Outlook. Everything is working fine EXCEPT the street address field. Only the city, state and zip are showing up on my BB.
    Can anyone help? Thanks 

    Hi Erikcole7,
    To sync your corporate Exchange, you do need to work with yout IT group at your employer. However, I have included a link that provides you with a step-by-step process in getting this completed. 
    Though the device at this link is not the Droid X, I have verified that this device will work in the same way.
    http://www.motorola.com/staticfiles/Support/Experiences/Android_Support/_Images/Static_files/Microsoft-Exchange-Email.pdf
    Best regards, 

  • Setup icloud email address uner Microsoft Outlook 2010

    I had followed the instruction given by Apple to me to setup my new icloud email address under Microsoft Outlook 2010.  It did not work!
    I try to use the configuration for my me.com, it still failed.
    Can somebody show me the details to set it up in detail.
    Thank you.
    (ps - I setup my me.com under thunderbird and iphone without any problem.  Only this new address is not working .....)

    Welcome to the Apple Support Communities
    If you have iCloud Control Panel installed, open Control Panel > Network and Internet > iCloud and mark Mail. If it doesn't work, set up mail manually > http://support.apple.com/kb/HT4864

  • How do I download my Microsoft Outlook address book to my iPhone?

    How do I download my Microsoft Outlook address book to my iPhone?

    See http://office.microsoft.com/en-us/outlook-help/synchronize-outlook-and-apple-iph one-or-ipod-touch-contacts-HA010266802.aspx.  (You have to be using Outlook 2003 or newer.)

Maybe you are looking for

  • Adobe Photoshop CS5 trial issue

    I extracted the files succesfully, but when i try and run the setup it shows up as running in the processes tab of task manager, but not in the applications window and it doesnt load onto the screen, i cant find any fixes anywhere else. I am using wi

  • Wrong results in URL iview and overview of URL parameters

    I have created an URL iView that is supposed to query an index and return results. I am using the URL: /irj/servlet/prt/portal/prtroot/com.sap.km.cm.service and added following URL parameters: StartPage=SearchPage ConfigFileName=Navigation.xml layout

  • HP OfficeJet All-in-One Paper Jam

    I have been given to troubleshoot an OfficeJet 6210 All-in-One Printer/copier/fax machine.  It suffered a paper jam for its troubles.  I had cleared the jam from the machine and checked everywere else I could check freely without cracking it open.  I

  • Populating dynamic internal table with data

    Hi, I have an internal table with the data like the below       profit  lineId  amount       center        s21     70     1000        s21     80     1200        s22     70      800 In the above internal table the number of distinct lineIDs will be va

  • Downloading business Partner from R/3 to CRM

    Hi All, Can any one pls help me how to transfer business partner from R/3 to CRM system? If it can be done through ALE pls explain me the detailed step how to do it like wht message type should be used etc. If there are some other way pls let me know