copying contacts from one folder to another
Fri, 24 Feb 2006 03:00:26 -0800
Hi
I am new to exchange development.
I am using VS2005
I would like a program to simply copy contacts from one folder to another.
So far I can define the folders required but am unable to iterate through
the contacts. I think using "For Each objcontact In
objpubContactsfolder1.Messages" is the problem ...
|
CPlusPlus Event Sink and cdoex.dll import problem with wchar_t as
built-in
Thu, 23 Feb 2006 16:38:27 +0100
Hi All!
I am trying to compile under VC++ (VS 2003) the event sink which imports:
#import "dll\cdoex.dll" no_namespace rename("Folder","CDOFolder"), named_guids
I have to enable wchar_t as built-in type for my UNICODE project compilation.
The cdoex.tlh which is generated by compiler contains all cdo decl ...
|
Exchange 2003 in exchange 2000 org
Thu, 23 Feb 2006 04:15:27 -0800
Hi,
I just did add a new windows 2003 R2 server (new hardware) to my Windows
2000 domain, in my domain I have just one windows 2000 DC, on this DC I run
exchange 2000 as wel.
After adding the new 2003 R2 server and promoting it to DC, I did move all
the FSMO plus GC to new server.
Now I want to install ...
|
owa-please help
Thu, 23 Feb 2006 03:00:33 -0800
Dear All,
I would like first of all, to thank every one who helped me in my exchange
questions regarding the disaster receover .
Now, we are decide to use a nother setup for exchange server as the
following :-
1- we have Firewall ( HW ) Cisco-PIX firewall, and it has this Real IP
Address 213.255 ...
|
count folder items
21 Feb 2006 07:49:20 -0800
I have code to calculate the exchange mailbox folders size, I'd like to
add the item count for the folders as well.
The key line for folder size is:
oXMLSizeNodes = oXMLDoc.getElementsByTagName("d:x0e080003")
what is the tag name for folder item count?
Thanks,
HankC
...
|
How to convert a ADODB.stream object to CDO.Item
20 Feb 2006 07:21:56 -0800
Hi all,
can anyone tell me how can i coanvert ADODB.stream object to CDO.Item
??
I have done it for CDO.Message but when i try to do it for CDO.Item
interface it gives me error as the data source doesnt support object of
this type.
Thanks
Jay
...
|
Can i access all the mapi properties through CDO
20 Feb 2006 05:25:06 -0800
Hi all,
I want to ask is it possible to acess all the mapi properties of a item
through CDO.
I am trying to read properties of all the item on exchange server 2000.
For some properties of items like notes , journal, tasks i am trying to
use
iItem.Fields.Item("http://schemas.microsoft.com/mapi/proptag/<mapi ...
|
|
|
Different Hex Ids for same property in ?? Explain
20 Feb 2006 03:02:43 -0800
Hi ,
I am trying to read all the properties from the Items on Exchnage
server 2000. I want to support all the items like notes, tasks, jornal
,messages,contacts and all that . I am using CDO and for the items
like journal, notes ,tasks where we dont have standard interfaces am
trying to retrive the properti ...
|
WebDAV and PR_ENTRYID
Sun, 19 Feb 2006 21:39:26 -0800
Hi folks,
I've been trawling the newsgroups searching for some sample code to obtain
the PR_ENTRYID value for a Contact in a public folder, but I can't seem to
get to it... I current submit a PROPFIND request using:
<?xml version="1.0"?>
<d:propfind xmlns:d="DAV:" xmlns:mapi="http://schemas.microsoft.c ...
|
Properties of Items such as Task, Journal, Note created on Exchnage server 2000
17 Feb 2006 03:22:43 -0800
Hi all,
I am trying to read the properties of Items created on Exchnage server
2000 using Outlook. I searched through the archive of previous posts
on this group but i have not got complete idea about difference in
OUTLOOK item and EXCHNAGE SERVER item . Can anyone tell me how the
items created in Outllook a ...
|