[EMAIL PROTECTED] wrote:
Send otlkcon-devel mailing list submissions to
otlkcon-devel@lists.sourceforge.net

To subscribe or unsubscribe via the World Wide Web, visit
https://lists.sourceforge.net/lists/listinfo/otlkcon-devel
or, via email, send a message with subject or body 'help' to
[EMAIL PROTECTED]

You can reach the person managing the list at
[EMAIL PROTECTED]

When replying, please edit your Subject line so it is more specific
than "Re: Contents of otlkcon-devel digest..."


Today's Topics:

1. RE: Creating a user (Philippe Torrelli)

--__--__--

Message: 1
From: "Philippe Torrelli"
To:
Subject: RE: [otlkcon-devel] Creating a user
Date: Fri, 18 Nov 2005 08:58:43 +0100

Mark,=20
You will find what you're looking for in Jason Johnston's ( MSFT ) =
sample XP
provider source code in his blog.

http://blogs.msdn.com/jasonjoh/archive/2005/11/04/489201.aspx


Hope it helps=20

Philippe Torrelli

-----Message d'origine-----
De=A0: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] De la part de Mark =
Slater
Envoy=E9=A0: vendredi 18 novembre 2005 00:17
=C0=A0: Kervin L. Pierre
Cc=A0: otlkcon-devel@lists.sourceforge.net
Objet=A0: Re: [otlkcon-devel] Creating a user

If I understand the purpose of the address type, you should probably =20
pick a shorter one. I saw one example where the address type was =20
"SMTP", used to create a fully qualified address string (sending an =20
email from a client) that looked like "[SMTP:[EMAIL PROTECTED]".

Also, all the examples I've see wrap the string in "TEXT(...)" macro; =20
I'm assuming this is to support Unicode, but I could be wrong.

So, if you're focusing on CalDAV, I'd suggest

#define OTLKCON_ADDRESS_TYPE TEXT( "CalDAV" )

If you're still wanting to support everything under the sun,

#define OTLKCON_ADDRESS_TYPE TEXT( "OPENCON" )

Personally, I'd say start with CalDAV and when that's working start =20
adding other things. As far as I can tell, changing the address type =20
has no effect.

But this doesn't actually address the problem I'm running into with =20
CreateOneOff. After doing some additional logging and searching, I =20
found that the error code I'm getting, 0x80070057, means there's an =20
invalid parameter.

I don't suppose anyone knows of a working example that uses =20
CreateOneOff and isn't from the InsideMAPI book? Preferably it would = 20
be part of a Message Transport.

Mark

On Nov 17, 2005, at 5:26 AM, Kervin L. Pierre wrote:

> Hello Mark,
>
> Mark Slater wrote:
>> So, the general question is, have we figured out how this is done =20
>> someplace yet? And the more specific question is, does anyone =20
>> know the proper use of CreateOneOff()? For example, one of the =20
>> parameters is the address type. The InsideMAPI example code =20
>> simply passes in a string
>
> From otlkcon_config.h ...
> // Message service address type
> #define OTLKCON_ADDRESS_TYPE "OpenConnectorAddressType"
>
> http://cvs.sourceforge.net/viewcvs.py/otlkcon/otlkcon0/=20
> otlkcon_config.h?view=3Dmarkup
>
> Mark, I wouldn't put too much time into
> identity. Hard-code a test identity if
> you feel like. I am not even sure we are
> going to use that particular address
> type, but at any rate if you use the
> macro we should be ok. The problem is
> without a working message store we can
> not make a lot of those design decisions
> yet.
>
> We had planned to use a contact folder
> initially. This folder would be
> populated with users from CalDAV based
> on some sought of filter.
>
> Is your transport provider working
> against a CalDAV server?
>
> Regards,
> Kervin



-------------------------------------------------------
This SF.Net email is sponsored by the JBoss Inc. Get Certified Today
Register for a JBoss Training Course. Free Certification Exam
for All Training Attendees Through End of 2005. For more info visit:
http://ads.osdn.com/?ad_id=3D7628&alloc_id=3D16845&op=3Dclick
_______________________________________________
otlkcon-devel mailing list
otlkcon-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/otlkcon-devel




--__--__--

_______________________________________________
otlkcon-devel mailing list
otlkcon-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/otlkcon-devel


End of otlkcon-devel Digest


Yahoo! FareChase - Search multiple travel sites in one click.

Reply via email to