Click or drag to resize
Infosoft Logo

EmailBodyType Enumeration

An enum class representing the different types of mail bodies that are supported

Namespace: Infosoft.Common.Contracts.DataContracts.Messaging
Assembly: Infosoft.Common.Contracts (in Infosoft.Common.Contracts.dll) Version: 4.00.0.0
Syntax
public enum EmailBodyType
Members
Member nameValueDescription
HTML0 Indicates that the email is HTML formatted
Text1 Indicates that the email is formatted as text
See Also