vote up 2 vote down star
2

Is there a method of accessing an Exchange server that does not have IMAP or POP3 enabled without Outlook? It does not appear that Outlook Express supports Exchange (only IMAP and POP3).

flag

5 Answers

vote up 2 vote down check

The only way I can think of is if the Exchange server has Outlook Web Access (OWA) turned on. You can test this by trying the server name in your browser like so: http://server/exchange.

If you mean programmatically then the recommended way is to use WebDAV (which is what OWA uses).

@Jon I think the method you linked to uses IMAP.

Edit: @Pat: SimpleMAPI is the protocol that allows applications such as Word etc to talk to your email client, not your email client to the server - ExtendedMAPI is needed for that, which Thunderbird doesn't support.

link|flag
The URL for Outlook Web Access is sometimes server/owa Your exchange server may also be setup for Outlook Mobile Access (or at least that's what I it's called) at server/oma – Adam Porad Aug 7 at 15:21
vote up 1 vote down

There's also Exchange Web Services in newer versions of Exchange.

If you need to use Outlook Express and talk to an Exchange server which doesn't support IMAP/POP3, you're stuck, sadly.

link|flag
vote up 1 vote down

The Outlook Web Access URL is more likely http(s)://server/owa

Exchange 2007 is SSL only by default.

link|flag
vote up 0 vote down

I know thunderbird and eudora have support for SimpleMAPI so they can talk to an exchange server but the command set of what they can do is rather basic (you need Extended MAPI support for the whole set)

afaik Outlook is the only windows client with full support for Extended MAPI.

link|flag
vote up 0 vote down

You can use Thunderbird to access Exchange e-mail and contact lists.

Edit - Oops, this uses IMAP, didn't answer the question.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.