exchange servers
Fri, 24 Jun 2005 08:51:01 -0700
Scenario: company (A) and company (B) in partnership with each other need to
be able to use outlook to schedule calendar events and meeting interactively
(automatically).
Problem: using two different outlook exchange servers at different sites
How do I get people from the first exchange server to commun ...
|
How to tell if a message has been replied to?
23 Jun 2005 14:23:02 -0700
I'm working on a project to retrieve a bunch of message information
using CDO, put that info in a SQL database, and de-duplicate it.
The problem I'm having is that I can't find a good way to determine
whether or not someone has modified the message after receiving or
sending it. I need to be able to tell wh ...
|
Howto move / copy items
23 Jun 2005 07:48:19 -0700
Hi,
I have done extensive Googling over the last few days and can't see a
definitive way of doing this. Hopefully someone can help.
We have an Exchange 2K3 FE/BE cluster. The main MAPI store is set up on
one of the FE servers. It is used as a document libray, with all sorts
of documents (notes, eml, Word... ...
|
Exmerge & Batch Mode
Thu, 23 Jun 2005 07:48:03 -0700
I'm developing an application that automates our account deletion process.
It backs up the users profile & storage folder to a different server. Then
it runs Exmerge in batch mode, creates a .pst from the users mailbox, then
deletes the mailbox and user. The application generates a custom Schema.ini
fil ...
|
"There is no such object on server" when retrieving MailBoxRights
Thu, 23 Jun 2005 07:39:18 -0700
Using the MailboxRights property of IExchangeMailBox interface, I get an
exception saying "There is no such object on the server". I know that the
mailbox exists and that it's beeing used. What could cause this? ...
|
Content of <A:Rtf> - Tag
Thu, 23 Jun 2005 15:58:18 +0200
Hi Folks,
ActiveSync compresses the content of the <A:Rtf>-Tag with (I mean) an
LZ-compression Format. So then this output will base64-coded.
First (Base64-coded) Data:
ygEAAJoDAABMWkZ1zkgjmwMACgByY3BnMTI1gjIDQ2h0bWwxAzA/AQMB9wqAAqQD4wIAY2jBCs
BzZXQwIAcTAoD/EAMAUARWCFUHshHVDlEDAd0Q1zIGAAbDEdUzBEYQ2fkS72 ...
|
Retrieving folder list in exchange
23 Jun 2005 03:39:23 -0700
Hi, I'm trying to retrieve list of all folders of all users in exchange
server.
I get all users from gc and iterate over their distinguished name with:
lpManageStore3->CreateStoreEntryID( pszServerDN, userDN[i],
OPENSTORE_TAKE_OWNERSHIP | OPENSTORE_USE_ADMIN_PRIVILEGE, &lpcbEntryID,
(LPENTRYID *)&lpTem ...
|
|
|
Attachment
Thu, 23 Jun 2005 01:26:25 -0700
I have some problems using CDO for retrieving the attachments to a mail
message:
After importing the CDO.DLL I am using smart pointers to traverse the
inbox in the following way:
MessagesPtr pMessages = pFolder->Messages;
?
MessagePtr pMessage = pMessages->Item[ i ];
AttachmentsPtr pAttach = pMessag ...
|
Exchange 2003 Script to delete items from Public Folder based on message class?
Wed, 22 Jun 2005 10:57:50 -0400
Hello,
I'm very new to Exchange Development, but have been developing for Outlook for
quite a while. Right now, we have Journaling turned on to copy messages sent
through the SMTP server to a Public Folder. Journalling in Exchange 2003
copies everything, which includes internal Task Requests, Appointment ...
|
WebDav Creating Appointment Offset One Hour
Wed, 22 Jun 2005 03:43:03 -0700
hello,
I am creating an appointment into exchange using WebDav, but the appointment
forwards an hour when it appears in exchange.
Can someone please help.
I have tried looking into it being Daylight Saving without any luck
Dan. ...
|