Click or drag to resize

IReadOnlyMailContentComplexEntityMember Interface

Class representing mail options members

Namespace:  EBP.Api.Interfaces.Invoicing.Module.Entities
Assembly:  EBP.Api.XXX.Interfaces (in EBP.Api.XXX.Interfaces.dll) Version: 1.0.3.0
Syntax
public interface IReadOnlyMailContentComplexEntityMember : IReadOnlyComplexEntityMember, 
	IDisposable, IEquatable<IProxy>

The IReadOnlyMailContentComplexEntityMember type exposes the following members.

Properties
  NameDescription
Public propertyBody
Gets the Body member value
Public propertyEntity
The owner entity
(Inherited from IReadOnlyComplexEntityMember.)
Public propertyExportFormat
Gets the ExportFormat member value
Public propertyLocalizableBody
Gets the localizable mail message content
Public propertyLocalizableSubject
Gets the localizable mail object content
Public propertySendAssociatedFiles
Gets the SendAssociatedFiles member value
Public propertyShowCustomizationForm
Gets the ShowCustomizationForm member value
Public propertyShowMailForm
Gets the ShowMailForm member value
Public propertyShowMailProviderForm
Gets the ShowMailProviderForm member value
Public propertySubject
Gets the Subject member value
Top
Methods
  NameDescription
Public methodDispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from IDisposable.)
Top
See Also