Autodiscover Problem
Wed, 9 Apr 2008 10:33:23 -0500
Hello,
I am having trouble with autodiscover configuration. I have a custom
autodiscover application which is trying to obtain the autodiscover xml
file. When it tries to obtain the file, the server throws an error about
the impersonation level.
I have followed all the instructions about configuring au ...
|
Exchange 2007 with Outlook 2003 Public Folders
Tue, 8 Apr 2008 19:31:00 -0700
I hope I can ask this question correctly.
I will be transitioning from Exchange 2003 to E2k7. I have a mix of Outlook
2003 and 2007 clients. I do not currently use Public Folders much at all and
would prefer to not use them in E2k7 since they are not really supported.
However...
I was told Outlook 2003 cl ...
|
EWS - is contact member of "team"?
Tue, 8 Apr 2008 16:50:19 -0700 (PDT)
Hi all,
In an Exchange 2007 environment, and using EWS, is there a good way to
tell if a given user is part another user's extended team? e.g. direct
reports, peers, boss..?
I wanted to check with the group if I was missing something before
writing code that reconciled both users' group memberships.
Thank ...
|
Transport Agent Exchange 2007 MailItem.Recipients.GetEnumerator
Tue, 8 Apr 2008 12:02:21 -0400
Hello,
I am writing a transport agent and would like to enumerate through the
Mailitem.Recipients Collection. What type does this return? For
example:
someType recipientsEnumerator = MailItem.Recipients.GetEnumerator()
I am looking for what someType should be.
Thanks
B ...
|
Property to identify child/partent/exceptions of Recurring Task it
Tue, 8 Apr 2008 07:01:01 -0700
hi,
There is a property available with Calendar "instanceType" which
distinguishes child/partent/exceptions of Recurring calendar items. Do we
have something simlar for recurring task item?
-Sumeet ...
|
Next problem - "wrong" add method available...
Tue, 8 Apr 2008 10:07:50 +0100
OK, the next problem I have is adding a property.
According to this -
http://msdn2.microsoft.com/en-us/library/ms527518(EXCHG.10).aspx - there are
two methods for Fields.Add. Ideally I would want to use the second (Proptag
and value) as I have these. But only the first is available to me in C#. I'm
not su ...
|
How to get a contact attachment using WebDAV
Mon, 7 Apr 2008 17:19:13 -0700 (PDT)
I have no problem getting file attachments (e.g. Word file) using
WebDAV, but when I try to get a contact attachment, I'm getting a web
page instead of the attachment.
Is there anything special I need to do in order to get a contact
attachment using WebDAV? ...
|
|
|
Exchange Web Services Problem
Mon, 7 Apr 2008 12:51:40 -0500
I cannot seem to access Exchange web services. I have a proper certificate
assigned to my EWS directory and through my browser, I can access all the
files in the web services directory (such as services.wsdl, types.xsd,
messages.xsd), but when I try to make a web services call using the same
credentials, I ...
|
Error MAPI_E_NOT_FOUND accessing PF Store from C#
Mon, 7 Apr 2008 14:26:48 +0100
I am trying to access the public folder store from .net. Using the following
code:
object mv = System.Reflection.Missing.Value;
string pi = System.Net.Dns.GetHostName() + "\n" +
System.Environment.UserName;
MAPI.Session oSession = new MAPI.Session();
oSessi ...
|
Retrieve Windows Account from Recipient Object
Mon, 7 Apr 2008 15:08:39 +0200
Hi,
I'd like to find out the Windows Account from the Outlook/Exchange Recipient
Object. Does anybody know an approach for this?
Thanks for any advice
Adrian
--
Adrian Miller
...
|