I've been using this code found in torture/mapi_recipient.c

retval = GetRecipientTable(&obj_message, &props, &proptags);

mapidump_SPropTagArray(&proptags);

for (j = 0; j < props.cRows; j++) {
printf("===\n");
fflush(0);
mapidump_SRow(&props.aRow[j], "SRow: ");
}

Thanks,

Mark



On 1/4/08 15:52, "Julien Kerihuel" <[EMAIL PROTECTED]> wrote:

> On Sun, 2008-03-30 at 19:37 +0100, Mark Ridley wrote:
>> If I send an email (from Outlook (logged in as [EMAIL PROTECTED]) back to
>> myself ([EMAIL PROTECTED]) and also to another account not on the server I am
>> going to connect openchange on,  only the accounts that exist on my
>> sbs.local server show in GetRecipientTable.
>> 
>> As you can see from below, recipient 1 is shown as [EMAIL PROTECTED], but
>> recipient 2 is some hex number.
> 
> I'll give it a look tonight and before we release libmapi-0.7 (expected
> within 2 days max).
> 
> Would you have sample code, you'd like me to give a look at?
> 
> Cheers,
> Julien.

_______________________________________________
devel mailing list
[email protected]
http://mailman.openchange.org/listinfo/devel

Reply via email to