Specifies the author(s) of the message; that is, the
EmailAddress(es) of the person(s) or system(s) responsible for the writing of the message.
Namespace: OpenDiscoverSDK.Interfaces.PlatformAssembly: OpenDiscoverSDK.Interfaces (in OpenDiscoverSDK.Interfaces.dll) Version: 2025.4.4.0 (2025.4.4)
Syntax[DataMemberAttribute]
public List<EmailAddress> From { get; set; }Property Value
ListEmailAddress
Remarks
Microsoft Outlook Message objects only set the first 'From' address information if the received message contains multiple 'From' authors.
See Also