Accessing Client Contacts programmatically
Fri, 9 Nov 2007 07:21:04 -0800
Exchange Server 2003. Outlook 2003. All of our Outlook clients are services
by our Exchange Server. I would like to build a program (VBA) that could
access the Contacts folder of any or all of our clients. Ultimately, what I
want to do is access the contacts to produce a report of any activity for the
co ...
|
Interception of all messages being sent, internal and external
8 Nov 2007 10:39:28 -0800
What i need to do is be able to catch a message being sent by a user
and modify that message for both the sender and the recipients. I am
writing this for Exchange server 2003. Please any information would be
greatly appreciated.
Thank you,
Nathan
...
|
How do I view the XML message being sent to the server? Exchange 2007 Web Services
Wed, 7 Nov 2007 11:07:43 -0800
How can I view the raw XML being sent in a message? I am working with the
generated proxy objects and I'm trying to troubleshoot an error. Any help
here?
Thanks,
~ck
...
|
The extended property attribute combination is invalid. Exchange 2007 Web Services
Wed, 7 Nov 2007 10:36:07 -0800
The extended property attribute combination is invalid. I'm trying to set
the label color of an appointment and I just can't get the right attribute
combination. My code is:
PathToExtendedFieldType label = new PathToExtendedFieldType();
Guid mapiGuid = new Guid("{00062002-0000-0000-C000-000000000046}");
lab ...
|
OnSink Event
Tue, 6 Nov 2007 15:35:01 -0800
I have successfuly registered my Com+ event and then tried to run
cscript regevent.vbs add "onsave" ExOleDB.ScriptEventSink.1 "file://./backof
ficestorage/[domain]/MBX/[user]/inbox/[sub folder]/" -m deep -file
"c:\OnSaveEventSync.vbs"
but after a moment I get the following
Error Opening Record : -214721 ...
|
Set Appointment Label using Exchange 2007 Web Services?
Tue, 06 Nov 2007 19:41:11 GMT
Does anyone know how to set an Appointment Label using Exchange 2007 Web
Services? I want to set a color on the item on the calendar. I know its some
type of mapi property but I have no idea how to access it or set it. Any
ideas?
Thanks In Advance,
~ck
...
|
EWS: using ExtendedFieldURI to retrive calendar customs properties between 0x8000 and 0xFFFE
Mon, 05 Nov 2007 08:53:29 -0800
Hello,
I try to get a Gid23 from an appointment, using this XML:
<GetItem xmlns="http://schemas.microsoft.com/exchange/services/2006/
messages">
<ItemShape>
<t:BaseShape>IdOnly</t:BaseShape>
<t:AdditionalProperties>
<t:ExtendedFieldURI
PropertySetId="6ED8DA90-450B-101B-98 ...
|
|
|
Accessing mailbox root folder using @PR_IPM_SUBTREE_ENTRYID
Fri, 02 Nov 2007 15:04:11 -0400
I have a C application that accesses the root folder of a user's
mailbox...doing the following...
HrMAPIOpenFolderEx(lpMailbox, '\\', szStoreFolderPath, &lpRootFolder)
where I set szStoreFolderPath equal to @PR_IPM_SUBTREE_ENTRYID.
This has worked fine with old version of Outlook and Exchange, but I
am ge ...
|
400 Bad Request
Fri, 2 Nov 2007 04:10:01 -0700
Hi
I am trying to create and delete folders in exchange and access emails.
But I am getting 400 Bad Request error.
The same error comes on replicating permissions on folders.
Could somebody please tell me why this error comes in exchange ?
--
Thanks
ashish ...
|
Re: Exchange 2007 database consistency check - CHKSGFILES
Thu, 01 Nov 2007 13:28:58 -0500
Did anybody figured out this issue. I am using CHKSGFILES API, Log files
verification works just fine. But database files always generate this
error (-1003) on very first ErrCheckDbPages call. I tried it with 32/64
bit libraries for Exchange 2003 and 2007 databases with the same results.
Kobus Grobler wrote ...
|