Site properties
Mon, 19 Sep 2005 22:15:02 -0700
Hi,
I our project we are gathering the details information about Exchange
Server and Active Directory. Under this we have to collect the information
about site properties.
Till now I am able to find the name of the site and I want to gather
the other details. How to go for this?Is there any cla ...
|
Mail component to retrieve mail from Hotmail, Yahoo, gmail..etc?
Mon, 19 Sep 2005 07:20:54 -0700
I am not sure these web based mail support POP3 or IMAP4. Is there any mail
component out there that can retrieve mail from these services?
--
John Dalberg ...
|
how to get all email addresses in a mailbox?
Thu, 15 Sep 2005 20:40:09 -0700
I need to use webdav to get all email addresses for a mailbox. Is there a
specific mapi property for this info?
Thanks in advance. ...
|
Error in Page with using SelectNodes for Contact fields....
15 Sep 2005 13:10:35 -0700
With source URL of http://server/exchange/userid/contacts the following
works great:
set myXML = oXMLHTTP.ResponseXML.documentElement.selectNodes
("a:response")
for each node in myXML
page.innerhtml = page.innerhtml &
node.selectNodes("a:propstat/a:prop/a:displayname")(0).Text & "<br>"
next
But wh ...
|
IAppointment StartDate
Thu, 15 Sep 2005 09:58:13 -0700
Hello All,
I am encountering an issue and I want to see if anyone has come across
it/solved it already.
We use an event sink to do some processing when an appointment is saved. The
first time that an appointment is saved the IAppointment .StartTime property
is correct, as is the 'urn:schemas:calendar:d ...
|
urn:schemas:calendar:uid
Thu, 15 Sep 2005 17:55:57 +0200
from CDO the urn:schemas:calendar:uid property reads as
040000008200E00074C5B7101A82E00800000000A0094A171FB9C50100000000000000001000000082A0DA3955849E49BA871CAE74CAE50D
from a webdav query, urn:schemas:calendar:uid reads as
{9318FD5D-B1FB-4424-A948-4EAB256B796E}
Is there a way to convert one value for ...
|
How to I set a password to expired?
Wed, 14 Sep 2005 04:17:01 -0700
Is it possible to set a password on an account to expired? We're testing some
features and want to see what happens when a password expires. So we need to
set it to expired on an account. ...
|
|
|
WebDAV Problem
14 Sep 2005 00:09:52 -0700
Hi All
Apologies for the x-posting - I am having some trouble finding an
answer to this one!
WebDAV is proving challenging regarding setting reminders for Tasks. I
am trying to construct the correct XML to do this. Google yields
several pieces of information, but none of them seem to work for me
(Exchang ...
|
SMTP Transport event sink problem
Mon, 12 Sep 2005 12:59:03 -0700
Hi all,
I'm working with a transport event sink for a while and now my sink is
working find when I register it and don't restart my the computer all goes
well, I process all incoming and outgoing email normally.
The problem arise when I restart my computer. When the computer is
restarting, my sink is ...
|
Create outlook userproperty within Eventsink
Mon, 12 Sep 2005 03:18:04 -0700
Hi all,
I need to be able to add a new custom field to a IPM.Task mail item within
my OnSyncSave event sink. I need to be able to access the field later from
the UserProperties collection of the Taskitem class within Outlook.
I can modify currently existing properties without trouble but I dont know
how ...
|