S
shapper
Hello,
I have 3 different properties in a class. The properties are of types:
Mail.MailPriority, Mail.MailAddress and Mail.MailAddressCollection
I wan to check if the properties were defined, i.e., if they are null
or not.
I was able to work this out for properties of type boolean and string
but not for these ones.
Could someone help me out?
Thanks,
Miguel
I have 3 different properties in a class. The properties are of types:
Mail.MailPriority, Mail.MailAddress and Mail.MailAddressCollection
I wan to check if the properties were defined, i.e., if they are null
or not.
I was able to work this out for properties of type boolean and string
but not for these ones.
Could someone help me out?
Thanks,
Miguel