Hello,
i'm trying to place based on a column for example the contact contains the fields
contact.Email1Address
so the values will be
contact.GetType().GetField("Email1Address").SetValue(contact,"
[email protected]");
how come it doens't change anyvalue in contact when i'm looking with debugging really weird :(
greetings
Sander