I
Isaac Varghese
I'm trying to add a custom property(user defined fields) to a contact
item in Outlook in C# using MAPI.
And i'm successful in that also.Also i'm able to read that property
afterwards.
I use the following code to set create the properties.
######################################################
MAPI.Field fld = (MAPI.Field)flds.Add("CONTACT_ID",MAPI.CdoFieldType.CdoString,"","0420060000000000C000000000000046");
fld.Value ="111111";
#########################################
But my problem is when i open the contact card and check the ALL
fields tab i can't see this property.
Where can i see the properties set using MAPI??I'm i doing anything
fundamentally wrong.
Any help in this direction is appreciated.
Thanks in Advance
Isaac Varghese
item in Outlook in C# using MAPI.
And i'm successful in that also.Also i'm able to read that property
afterwards.
I use the following code to set create the properties.
######################################################
MAPI.Field fld = (MAPI.Field)flds.Add("CONTACT_ID",MAPI.CdoFieldType.CdoString,"","0420060000000000C000000000000046");
fld.Value ="111111";
#########################################
But my problem is when i open the contact card and check the ALL
fields tab i can't see this property.
Where can i see the properties set using MAPI??I'm i doing anything
fundamentally wrong.
Any help in this direction is appreciated.
Thanks in Advance
Isaac Varghese