Exchange (2k3) Distribution Lists
Tue, 13 Jun 2006 11:56:18 -0400
Hi,
I have a C# Event Sink which performs operations on emails saved to a public
folder.
I have a problem that sometimes, the email addresses used in those emails
are distribution lists.
Hence, I am looking for a way to:
1. Check if it is a distribution list (all i get is an SMTP email out of
urn:sch ...
|
CDO : Modifying Sender property of the message object in C#
13 Jun 2006 02:43:23 -0700
Hi,
I used a code inspired by the article :
http://support.microsoft.com/?kbid=239568
But the modified sender property does not seem to be taken in account.
The message is sent correctly but with the connected user account, not
the one set on the sender property.
Here's the concerned part of the code : ...
|
Outlook link protocol - link to item when subject is not unique?
12 Jun 2006 14:29:29 -0700
I have a web app that returns all the messages created in the last week
from a series of public folders. I want each subject link in my display
to be an Outlook style link (outlook://) to open the message in
Outlook. This works for some messages and not for others. The problem
seems to be duplicate subjects? W ...
|
WebDAV query items based on creationdate?
12 Jun 2006 13:51:26 -0700
I am using a WebDAV to return items from a public folder. If I leave
out the WHERE clause below, this query successfully returns all the
items. However, I want to only return records where creationdate is
greater than a specified date. So I have tried to setup a WHERE clause
like the one below. Obviously it i ...
|
Exchange 2003 / WebDAV problem
Mon, 12 Jun 2006 22:03:04 +0200
Hi,
I have a problem. When I send the following request to the exchange
server I get all appointments from June 01.
When I send a request that I only want to see appointments between June
01 and June 30 I get a request error.
Here is my first request:
<?xml version="1.0"?>
<g:searchrequest xmlns:g ...
|
is there a property that links the master Recurrence with details.
9 Jun 2006 14:26:09 -0700
Hi,
Is there a property that i can use to identify the children of the
master recurrence event.
I want to identify the children of the master recurring appointment. I
use WebDaV to get and update appointments, i am having problems with
this issue. Why have they made it so complicated, i dont know..
i nee ...
|
How to query for custom field in public folder?
Fri, 9 Jun 2006 11:42:45 -0500
Hello,
In a public folder I have defined custom fields; now I want to query the
folder for those fields. The following code (in VB6) works, but the
recordset does not have my custom columns, only the standard ones.
---------------
Set ADOConn = New ADODB.Connection
Set ADORS = New ADODB.Records ...
|
|
|
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 ...
|