EmailDocumentContentSender Property |
Sender information. The sender is the
EmailAddress of the agent responsible for the actual transmission of the message. The
sender and the
From are often the same but can be different.
Namespace: OpenDiscoverSDK.Interfaces.ContentAssembly: OpenDiscoverSDK.Interfaces (in OpenDiscoverSDK.Interfaces.dll) Version: 2025.4.4.0 (2025.4.4)
Syntax[DataMemberAttribute]
public EmailAddress Sender { get; set; }Property Value
EmailAddress
See Also