How do you open member of an OWA personal distribution list using MAPI?
Wed, 3 May 2006 11:25:03 +0100
I am trying to expand OWA personal distribution lists in a server
environment, using C++.
The server process runs in an admin account with a mailbox and although I
can use HrMailboxLogon to get an LPMDB pointer to the user's mailbox, it
does not give access to the user's address book.
However, from the ...
|
Exchange SDK with Visual Studio 2005
Tue, 2 May 2006 12:06:02 -0700
Hey guys,
I'm a bit confused, and I'd really appreciate any help you guys could
give me. We have Microsoft Exchange 2003 running. I need to create an event
application using the Exchange SDK. I only have Visual Studip 2005. I
downloaded the SDK, installed it, and then ran the installation package.
...
|
TaskRequest Help
Mon, 1 May 2006 15:25:01 -0700
Hello,
I need to create an IPM.TaskRequest via CDOEX or WEBDAV.
Does anyone have any sample? I'm using C#, but any sample at all is welcome.
I created some messages, but Outlook just can't open it.
Please help.
Thanks in advanced,
Denys Rodrigues ...
|
Custom auditTrail provider help!!
Thu, 27 Apr 2006 14:30:20 +0400
Hello all.
I've create my custom audit trail provider using Exchnage SDK Sample.
I've register my AuditTrail provider as COM using regsvr32
Also i've set process definition property
"http://schemas.microsoft.com/cdo/workflow/audittrailprovider" =
MyWF.AuditTrail, where MyWF.AuditTrail is ProgID of my Audi ...
|
Public folder permissions
Wed, 26 Apr 2006 07:13:02 -0700
I have removed the Administrator account for one of the public folder. And
only the Administrator account has owner permission for that public folder.
Now if I try to set permissions for that public folder using WebDav it says
'unauthorised user'. I am getting same error with
System.Net.CredentialCache.Def ...
|
How to get the full length Outlook EntryID?
Wed, 26 Apr 2006 04:01:01 -0700
This simple function "almost" get's Outlook EntryID value for at mail item:
---
Octenttohex(rs.Fields("http://schemas.microsoft.com/mapi/proptag/0x0FFF0102")
Function Octenttohex(OctenArry As Variant) As String
ReDim aOUt(Len(OctenArry) - 1)
For i = 1 To Len(OctenArry) '+ 1
If Len(Hex(AscB(MidB(Oct ...
|
Removing appointment from calendar
26 Apr 2006 03:29:54 -0700
Hello,
I have problems removing appointments from a calendar if the number of
attendees is 0. The following code works as expected (cancel messages
are sent to attendees and original appointment is deleted from meeting
organizer calendar):
Dim urlCalendar As String = _
"http://MyExchangeServer/exchange ...
|
|
|
WebDav Search Question
21 Apr 2006 11:09:36 -0700
Is it possible as the an admin with view all mailboxes permissions to
get a list of all accounts, I currently have to export a list of all
mailboxes and I do not know which mailboxes have been deleted or added,
and I only have webdav admin access, any suggestions would be greatly
appreciated.
...
|
Downloading message attachment using WebDAV
Thu, 20 Apr 2006 19:38:37 +0200
I've successfully put in an HTTP request (using the X-MS-ENUMATTS
method) to get the attachment url of a given message. Part of the XML
returned back is:
<a:response>
<a:href>http://srv/exchange/account/Inbox/Test.EML/Attachment.doc</a:href>
<a:propstat>
<a:status>HTTP/1.1 200 OK</a:status>
...
|
Using Event Sink to strip out attachment for 1 user
20 Apr 2006 10:04:13 -0700
I saw this article...
http://groups.google.com/group/microsoft.public.exchange2000.development/browse_thread/thread/cc9dfc9f771d37ab/5a1a7718ab7ff260?lnk=st&q=exchange+event+sink+attachment&rnum=5&hl=en#5a1a7718ab7ff260
But Before I attempt this, it looks like the supplied example is for
the entire exchange s ...
|