Forum: Add-ins for Outlook
January 18th 07, 12:52 PM Posted to microsoft.public.outlook.program_addins
|
Replies: 1
Views: 1,178
|
Forum: Add-ins for Outlook
January 16th 07, 01:26 PM Posted to microsoft.public.outlook.program_addins
|
Replies: 2
Views: 903
|
Forum: Add-ins for Outlook
January 9th 07, 01:18 PM Posted to microsoft.public.outlook.program_addins
|
Replies: 6
Views: 2,248
How to use GetIDsFromNames(....) method ?
I also tried to perform a reverse test:
int m = unchecked((int) 0x80320040);
Redemption.NamedProperty np1 =
mUtils.GetNamesFromIDs(calFold.MAPIOBJECT,m);
string s1 =...
|
Forum: Add-ins for Outlook
January 9th 07, 09:05 AM Posted to microsoft.public.outlook.program_addins
|
Replies: 6
Views: 2,248
How to use GetIDsFromNames(....) method ?
Hello Dimitry,
I tried to use the folder MAPIOBJECT but it seems like
GetIDsFromNames returns different integer than expected (for "start"
named property) , I did the following test:
int n...
|
Forum: Add-ins for Outlook
January 8th 07, 05:56 PM Posted to microsoft.public.outlook.program_addins
|
Replies: 6
Views: 2,248
How to use GetIDsFromNames(....) method ?
Hello Dmitry,
Im trying to use redemption in order to build a ristrict on the
items of outlook calendar.The restriction is simple: getting all
meeting in a range. I tried to use PR_START_DATE...
|
Forum: Add-ins for Outlook
January 8th 07, 02:46 PM Posted to microsoft.public.outlook.program_addins
|
Replies: 6
Views: 2,248
How to use GetIDsFromNames(....) method ?
Im trying to use the method GetIDsFromNames (C#) but I dont know what
each parameter is for:
int GetIDsFromNames(object MAPIProp, string GUID, object ID, bool
bCreate)
I know waht are GUID and ID...
|
Forum: Outlook - Calandaring
December 28th 06, 03:50 PM Posted to microsoft.public.outlook.calendaring
|
Replies: 1
Views: 643
|