Book on MS Exchange APIs
Wed, 1 Mar 2006 07:08:31 -0800
Does anyone know of any good reference books for using the MS Exchange APIs
to integrate a custom application with MS Exchange Server?
Thanks
Curtis Hunter
...
|
Can't access IMailbox properties
Wed, 1 Mar 2006 06:17:56 -0600
I'm trying this:
Dim oPrsn As New CDO.Person
oPrsn.DataSource.Open("mailto:myuserid@mydomain.com")
Dim iMbx As CDO.IMailbox = oPrsn.GetInterface("IMailbox")
When accessing any of the mailbox object properties a "<error: an exception
of type: {System.IO.DirectoryNotFoundException} occurred>" exception is ...
|
strict outgoing external mail
Wed, 1 Mar 2006 03:11:27 -0800
Hi,
I use Ex2000, and some of users are not allow to send mail to external
(Internet mail address). But in Ex2000 environment, that user can send
directly to internet.
If there someone who can show me how to restrict those users to limit to
sent internet email.
Thanks,
Ko3MDY ...
|
EARN $3,000.00 A DAY. OPEN AN INCOME-DAILY ACCOUNT WITH US
Wed, 1 Mar 2006 02:14:10 -0500
YOU COULD BE EARNING OVER $3K A DAY , $100K A
MONTH.INCOME. CHECK IT OUT. Investment is only $5. 99cents a month.
www.vosar.net http://www.vosar.net
Tel: 775-333-1125
Tel: 416-903-5685
...
|
BMove won't work in Exchange if using permanenturl as source / des
Tue, 28 Feb 2006 11:37:03 -0800
Re-posting question from
http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=270614&SiteID=1
I'm trying to perform a webDav call to move selected messages into a
destination folder and does anybody know why BMOVE will work when i use the
regular folder name as the request parameters, and it won't work ...
|
BMove won't work in Exchange if using permanenturl
Tue, 28 Feb 2006 07:55:27 -0800
I'm trying to perform a webDav call to move selected messages into a
destination folder and does anybody know why BMOVE will work when i use the
regular folder name as the request parameters, and it won't work when i use
the folder permanentURL ?
Below you can see the two requests, the first one does NOT ...
|
Error handling in vb script for Sub ISMTPOnArrival_OnArrival(ByVal Msg, Status)
27 Feb 2006 21:46:42 -0800
Is it possible to give on error resume next in the function because if
i want to write error log .
...
|
|
|
Error handling in vb script for Sub ISMTPOnArrival_OnArrival(ByVal Msg, Status)
27 Feb 2006 20:32:04 -0800
Is it possible to give on error resume next in the function because i
want to write error log .
...
|
Query working only on my mailbox
25 Feb 2006 22:16:22 -0800
Hello,
I'm using the following query to locate incoming messages on a mailbox:
Dim urlInbox As String =
"http://myserver/Exchange/mymailbox/Inbox/"
Dim adoCnx As New ADODB.Connection
adoCnx.Provider = "MSDAIPP.DSO"
adoCnx.Open(urlInbox)
Dim adoRsMsgs As New ADODB.Recordset
adoRs ...
|
Modifying Content-Transfer-Encoding header
Fri, 24 Feb 2006 14:51:28 -0800
I have a server that is sending SMTP messages with base64 encoding, yet for
some reason when they get to the receiving server (no hops) they are encoded
in 8bit. I wrote an event sink that runs on the Windows 2003 smtp server
that sets the Content-Transfer-Encoding header to 7bit, but it is being
complete ...
|