IsAssociated property

bool? get IsAssociated
override
Gets or sets the "on behalf" sender of the e-mail message. Gets or sets a value indicating whether this is an associated message.

Implementation

//        EmailAddress get From => this.PropertyBag[EmailMessageSchema.From];
//        set From(EmailAddress value) => this.PropertyBag[EmailMessageSchema.From] = value;

/// <summary>
/// Gets or sets a value indicating whether this is an associated message.
/// </summary>
bool? get IsAssociated => super.IsAssociated;