MessageRelatedToParty Property |
The party id of the external participating (sender/receiver) party (customer, supplier, etc.) in this mail. null means that the email is still not related to any specific party. [Filter(multi eq)]
Namespace:
Aloe.EnterpriseOne.Model.Applications.Mail
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic Party RelatedToParty { get; set; }
Public Property RelatedToParty As Party
Get
Set
public:
property Party^ RelatedToParty {
Party^ get ();
void set (Party^ value);
}
member RelatedToParty : Party with get, set
Property Value
Type:
Party
See Also