Backing up user's personal folder
8 Jun 2006 07:39:48 -0700
Hello group!
I have some questions regarding on how to achieve the creation of a
pst file from email account of specified users on the Exchange Server
we have.
Most of our network users has a personal network drive where they can
store their stuff and, one of the feature implemented here is the
creatio ...
|
How do I hide a folder?
Thu, 8 Jun 2006 01:50:02 -0700
Hi,
I have a problem creating a hidden folder on Exchange. The folder is still
shown in Outlook 2000 (but not in OWA and Outlook 2003)
I set the property "DAV:ishidden" = true and have read about the property
"http://schemas.microsoft.com/mapi/proptag/x67aa000b". However, the x67aa000b
property apparen ...
|
Webdav method "PUT" does not work
Wed, 7 Jun 2006 16:43:01 -0700
Can anyone tell me what I'm doing wrong because this code is not working?
I'm running SBS 2003 and ISA 2004.
<% @language="VBScript"%>
<%
on error resume next
strHTMLContent = "Testing send mail"
Set objXMLPoster = CreateObject("MSXML2.XMLHTTP.3.0")
strWebDavXMLRequest = ""
st ...
|
WebDAV SQL conditional on custom field?
7 Jun 2006 10:59:00 -0700
I am able to query ("SEARCH" HTTP verb) my contacts and return contact
data including my custom fields. What I don't know how to do is use
custom fields within the WHERE clause.
For example, if I have a custom field named "foo", how do I do
something like the query below? Note that "foo" is a boolean field.
...
|
Extending IMF
Wed, 7 Jun 2006 10:39:31 -0400
Is it possible to extend the functionality of IMF?
I am using Exchange 2003 SP2 and would like to use IMF as a backup to a
Barracuda Spam Firewall. When the Barracuda tags spam it prepends a message
on the subject line so that our users are aware that it is spam and can
write rules to deal with it.
IM ...
|
Great time in France
Wed, 7 Jun 2006 15:13:34 +0100
Hello
I had a fantastic time in France, hope to visit again soon.
I found a holiday cottage from these guys www.looktogo.co.uk http://www.looktogo.co.uk
Regards,
Dancer: ). ...
|
WebDAV & win3k server
6 Jun 2006 09:54:04 -0700
Hi,
I have written a WebDav application on XP professional using C#. It
works fine for most of the cases, i read somewhere that Win 2003 has
the WebDav Server extension forbidden by default. I dont have a win3k
server to test so my question would be, will an application that uses
webDav to talk to an exchange ...
|
|
|
C# code for Outlook Calendar Color
6 Jun 2006 05:31:55 -0700
I'm trying to access outlook calender through C#. I'm not able to
change the color of dates for holiday, and also not able to access the
properties 'Show time as' and 'Lable'.
I'm using this code:
if I'm using CDO, this line is giving error message:
CDO.Appointment appt = new CDO.Appointment();
ADODB.Con ...
|
How to restore email
Mon, 5 Jun 2006 18:44:41 +0200
Hello all,
I have email saved in eml format. User deleted this email.
I would like to restore this email in user mailbox.
I wrote this piece of code. But email is showed in outlook as concept of email. I would like to show email like sent/received email.
Any help is appreciated.
m_Conn.Open(m_ ...
|
unique identifier for message in WebDav?
Mon, 5 Jun 2006 11:24:34 -0400
is <d:message-id /> an appropriate tag to use for the unique identifier of a
message? I need to keep track of messages I have looked at in the past in
when polling the contents of the inbox.
thanks
...
|