Related items in VBA Code
Wed, 28 Nov 2007 07:58:07 -0800 (PST)
We would like to add Contacts through VBA code. Easy enough. We
would also like to add Tasks, Calendar Items, Notes, and Journal Items
through VBA code that are related to the contacts in question. We are
using Outlook 2003.
We can get as far as adding the Contacts, and then we can add Tasks,
because Tasks ...
|
I have 2 questions about developing the "OUTLOOK Tasks
list" in Exchange 2007
Wed, 28 Nov 2007 06:14:32 -0800
HI, all
I have 2 questions about EWS Development.
Q1.
I am developing the list of "OUTLOOK Tasks" using Exchange 2007 EWS.
I want to sort with the following fields :
1. type(recurrence / non-recurrence)
2. attachments
3. message type(mail, task, schedule, ...)
image : http:// ...
|
How can I use the property
"UnindexedFieldURIType.taskIsComplete" using Exchange 2007 EWS?
Wed, 28 Nov 2007 06:10:56 -0800
I am developing "the TOP 5 contents" of the outlook tasks which is not completed yet using Exchange 2007 EWS.
I tried to filter using EWS SDK like under bold code.
but this code makes error.
PathToUnindexedFieldType ptuField= new PathToUnindexedFieldType();
ptuField.FieldURI = UnindexedFieldURIType. ...
|
renaming an exchange Public folder using VBS
Tue, 27 Nov 2007 01:58:55 -0800 (PST)
Hello Folks,
Can anyone tell me how can i rename an exchange public folders using
vb script
thanks in advance ...
|
TemplateInstance parameters with New-* cmdlets
Mon, 26 Nov 2007 09:12:00 -0800
Does any one know how "TemplateInstance" parameters works for New-*cmdlets
for Exchange. I'm trying to create a new storage group similar ot one that
exists on another Exchange server and wondering if I can use the option. My
first attempts shows that not all properties (like location of logfile path)
are sa ...
|
Exchange 2003 and MAPI
Mon, 26 Nov 2007 07:56:01 -0800
Hi everybody,
i have the following situation:
Exchange Server 2003 hosts an asp-file that just opens a MAPI-session. this
works without a problem when i open the site from the exchange server (the
site returns "Current username: administrator") but fails when i open it from
any other remote host (usernam ...
|
LONG_PTR type mismatch between exevtsnk.tlh and basetsd.h
Sun, 25 Nov 2007 11:59:04 -0700
Hi, all
I'm working on an Exchange store event sink, and have a compilation error on
64-bit builds only that I don't know how to deal with:
"d:\torzag\current\product\exchstoresink\x64\debug\exevtsnk.tlh(61) : error
C2371: 'LONG_PTR' : redefinition; different basic types
\dev\mssdk\mar2006\include\basetsd ...
|
|
|
Exchange SMTP sink for undeliverable messages
Fri, 23 Nov 2007 09:06:19 -0800 (PST)
A while ago I wrote a managed SMTP sink to redirect messages from one
e-mail address to another. (http://www.codeproject.com/dotnet/
DomainMail.asp).
Now I am trying to write a sink to process all undeliverable messages.
I have a system sending mass mail (newsletters, etc.) and I want to
catch the bounces and ...
|
Logon failure: unknown user name or bad password.
Fri, 23 Nov 2007 01:05:02 -0800
Hi all,
I am having a problem while copying emails from Exchange to a Shared
Directory on another system in the same domain.
The whole scenario is
I have a domain with three system a Domain controller, an IIS Server and an
Exchange server. The exchange server is in subdomain. I have a Eventsink
regi ...
|
Import MSG to PST using MAPI
Mon, 19 Nov 2007 17:00:19 -0300
Hi,
Which API do I use to import messages (MSG) into a PST ?
I have LPMESSAGE object which I open using OpenIMsgOnIStg() and the
IMsgStore object returned from OpenMsgStore() call. How do I import the
message to the message store?
Thanks a lot.
Lee
Message sent by exchangeVA from mombu the microsoft ...
|