How do I update an “EntityCollection” type property using late binding? Example: The Email entity has a From property that is an EntityCollection of ActivityParty entities. Same goes for the To property btw. The following sample snippet will set the Email entity’s From address to a Queue entity using late binding: Read More →