CDO PR_MESSAGE_SIZE and Mailboxes > 2GB and 4GB
Tue, 19 Jul 2005 09:20:13 -0700
Hi,
I have a CDO (VB .Net 2003) program (code segment below) that loops
through mailboxes and collects their sizes. The code works well until it
encounters a mailbox of greater than 2GB. In those cases the oField.Value,
which is an integer, contains a negative number. I have two questions:
1. Ho ...
|
Using the Exchange Backup API
Tue, 19 Jul 2005 09:10:32 -0700
Hello All,
I am trying to write an application to backup Exchange server. Below is the
function I have written for it. I am using VC++ 6.0 and M.S. Exchange server
2003. My application crashes when I invoke the function
HrESEBackupRestoreGetNodes. Also I had a question is PBACKUP_NODE_TREE same
as BACKU ...
|
Email filtering
Mon, 18 Jul 2005 04:45:01 -0700
Hello:
I've built an SMTP sink which captures all emails that match the rule
(registered with smtpreg.vbs) "rcpt to=*@mydomain.com".
An email with the fields:
To: user1@domain1.com
CC: user2@mydomain.com
is captured by my sink as one email (it is not divided into different
emails, one for each recip ...
|
Getting the dav:href of an outbound mail caught by smtp sink
18 Jul 2005 00:58:08 -0700
I am grabbing all outbound emails using an ISmtpOutCommandSink event
sink to see who the emails are going to. Some details of the mail (to,
from, id) are getting put on an MSMQ queue.
The goal is to then check all the emails that were sent, and if they
were going to customers then grab the email from Exchang ...
|
Adding recurrence in Task
Fri, 15 Jul 2005 08:02:41 -0400
Hello all,
I am trying to create a recurring task in exchange using WebDav.
I am facing a problem in converting the Recurrence Pattern string to
"bin.base64" data type. Following is the code , i am using to set the
recurrence pattern of the task :
<literal2:0x8116 dt:dt=\"bin.base64\">
FREQ=DAILY;COUNT=7; ...
|
Categorizer event sink / routing event sink
14 Jul 2005 20:08:35 -0700
I want to reroute all email from a particular group of internal users
through another (non-Exchange) server which will pre-process their
email before it's sent to its final recipient.
The best way I can see to do this (I've only just started learning
about the way Exchange works though) is:
- create a Categ ...
|
AllDayEvent & WebDAV not working
Thu, 14 Jul 2005 12:23:03 -0700
Hi,
This use to work, and now well it dosn't.
I have been playing with it all day today to try and figure it out but no
love.
here is the code i use:
var myxml = "";
var xmlheader="";
var xmlCALvar="";
var strCalInfo="";
var strHeaderInfo="";
var strMailInfo="";
var strApptRequest="";
xmlheader = ...
|
|
|
SQL Error in XML
Wed, 13 Jul 2005 13:20:02 -0700
I am creating a SQL SELECT statement and sending it to Exchange using WebDAV.
When I build the SELECT statement in my code (an XML document) and send it,
everything works perfect. If I save the XML document so I can simply load it
and use the SELECT statement again in the future, it fails.
I know this i ...
|
create an Exchange Workflow application
Wed, 13 Jul 2005 12:43:05 -0700
I would like to create a simple workflow applications on Exchange Server 2003
but I am not sure what software is needed. I found on the MSDN website a
large amount of information on how to create a workflow application using
"Microsoft Office XP Developer". However is never (as far as I can see) tells
how ...
|
Adding multiple calendar items in Exchange using Webdav
Wed, 13 Jul 2005 08:29:07 -0700
Hello,
I developed a application in VB.NET which uses WEBDAV to add calendar items
in Exchange Server. At the moment I use PROPPATCH to add each calendar item
one at a time. The problem is, that when I do multiple (like 200) request
after eachother, I get a response saying that 'the underlying connection ...
|