A Microsoft Outlook email forum. Outlook Banter

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » Outlook Banter forum » Microsoft Outlook Email Newsgroups » Outlook - General Queries
Site Map Home Register Authors List Search Today's Posts Mark Forums Read Web Partners

MAPINAMEID::lpguid



 
 
Thread Tools Search this Thread Display Modes
  #1  
Old August 2nd 07, 02:28 PM posted to microsoft.public.outlook,microsoft.public.outlook.program_addins
MON205
external usenet poster
 
Posts: 31
Default MAPINAMEID::lpguid

When you call the MAPIPROP::GetIDsFromNames(), you should fill the MAPINAMEID
structure. Now what are the valid values for the MAPINAMEID::lpguid?
I encounter a link error when I use the PS_PUBLIC_STRINGS... what should I
include in my project?
When to use PS_PUBLIC_STRINGS, PS_MAPI ? When to use a client - defined
value? And is there a specific range for the client-defined value?
I think the documentation is very poor.

  #2  
Old August 2nd 07, 06:57 PM posted to microsoft.public.outlook,microsoft.public.outlook.program_addins
Dmitry Streblechenko
external usenet poster
 
Posts: 2,116
Default MAPINAMEID::lpguid

PS_PUBLIC_STRINGS is what Outlook uses to store the user properties added
through the Object Model (MailItem.UserProperties).
Your property however won't show in that collection if you use the same GUID
(there is more to that besides setting a property) .
You can use any GUID you want (your own unique one is best); the whole
purpose of that GUID is that you can create a unique property which won't
conflict with somebody's else property even if the property name or id is
the same.
Post your Extended MAPI questions to the *.messaging newsgroup.

Dmitry Streblechenko (MVP)
http://www.dimastr.com/
OutlookSpy - Outlook, CDO
and MAPI Developer Tool

"MON205" wrote in message
...
When you call the MAPIPROP::GetIDsFromNames(), you should fill the
MAPINAMEID
structure. Now what are the valid values for the MAPINAMEID::lpguid?
I encounter a link error when I use the PS_PUBLIC_STRINGS... what should I
include in my project?
When to use PS_PUBLIC_STRINGS, PS_MAPI ? When to use a client - defined
value? And is there a specific range for the client-defined value?
I think the documentation is very poor.



 




Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


All times are GMT +1. The time now is 12:25 PM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.Search Engine Friendly URLs by vBSEO 2.4.0
Copyright ©2004-2025 Outlook Banter.
The comments are property of their posters.