Click or drag to resize

IReadOnlyMailContentOptionsComplexEntityMember Interface

Complex member grouping mailing options.

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

The IReadOnlyMailContentOptionsComplexEntityMember type exposes the following members.

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