authorNames
An array of names representing the authors who have worked on the message.
Declaration
var authorNames: [String]? { get set }Discussion
A message may have zero or more authors. Although the array preserves the order of authors, it is not intended to identify the main author or represent the relative importance of authors.