RE: [otlkcon-devel] Creating a user

2005-11-18 Thread Philippe Torrelli
L PROTECTED] De la part de Mark Slater Envoyé : vendredi 18 novembre 2005 00:17 À : Kervin L. Pierre Cc : otlkcon-devel@lists.sourceforge.net Objet : Re: [otlkcon-devel] Creating a user If I understand the purpose of the address type, you should probably pick a shorter one. I saw one example wh

Re: [otlkcon-devel] Creating a user

2005-11-17 Thread Mark Slater
If I understand the purpose of the address type, you should probably pick a shorter one. I saw one example where the address type was "SMTP", used to create a fully qualified address string (sending an email from a client) that looked like "[SMTP:[EMAIL PROTECTED]". Also, all the examples I

Re: [otlkcon-devel] Creating a user

2005-11-17 Thread Kervin L. Pierre
Hello Mark, Mark Slater wrote: So, the general question is, have we figured out how this is done someplace yet? And the more specific question is, does anyone know the proper use of CreateOneOff()? For example, one of the parameters is the address type. The InsideMAPI example code simply

[otlkcon-devel] Creating a user

2005-11-17 Thread Mark Slater
One of the tasks in a message transport (possibly other MAPI services too) is to determine the user's identity. This is done in the TransportLogon's inherited function SetIdentityProps(). Let me start by saying I have no idea how to do this, and I've tried to skip it as much as possible. Id