Blair Nygren
Guest
|
Posted:
Thu Dec 01, 2005 5:58 pm Post subject:
Re: Global Object ID - unique ID? |
|
|
Not acutually urn:schemas:calendar:uid could be something different than the
Global Id. If you create the appointment in OWA is not set with the correct
value, it ends up being an GUID and doesn't represent the actual Global ID
I'm currently battling retrieving this named propertry referenced in the
link.
({6ED8DA90-450B-101B-98DA-00AA003F1305}, 0x3, PT_BINARY
or
({6ED8DA90-450B-101B-98DA-00AA003F1305}, 0x23, PT_BINARY
The value of this named property is the actual property tag needed to
retrieve (x8195, or some other value), because it can be different for each
user. To retrieve the MAPI tag once to get access to the named property is
easy
byte() byte =
appt.fields"http://schemas.microsoft.com/mapi/proptag/x81950102"].Value
x8195 is returned for the named property and 0102 represents byte array.
to get familiar with this get OutlookSpy (www.outlookspy.com) loads in
outlook and gives you an idea what's actually happening.
www.cdolive.com is a good reference for property tags.
I have this working in outlook CDO, but I don't know if I can get it work in
CDOEX. I've been working on a direct MAPI solution while still hoping for a
CDOEX one.
Thanks
Blair (bnygren@clientprofiles.com) (bnygren40@hotmail.com)
..fields
--
Blair Nygren
Client Profiles Inc.
"Michael" wrote:
| Quote: | Look like that it is same like property "urn:schemas:calendar:uid"
Michael
-------------------------------
If you need WebDAV API for Exchange server,
use our component WebDAV .NET for Exchange.
Check out http://www.independentsoft.com
"Eva" <eplatten@us.ibm.com> wrote in message news:#dsbUOo3FHA.700@TK2MSFTNGP15.phx.gbl...
How can I get the Global Object ID using WebDAV and cdoex.dll? It's
mentioned in this article:
http://support.microsoft.com/?id=899919#XSLTH3120121121120121120120
Thanks in advance,
Eva
|
|
|