ImAddresses property

ImAddressDictionary ImAddresses
Gets an indexed list of Instant Messaging addresses for the contact. For example, to set the first IM address, use the following syntax: ImAddresses[ImAddressKey.ImAddress1] = "john.doe@contoso.com"

Implementation

ImAddressDictionary get ImAddresses =>
    this.PropertyBag[ContactSchema.ImAddresses] as ImAddressDictionary;