Enum SenderMailMode
Sender email mode This Enum is used by: DocTmpl.senderEmailMode
Namespace: SuperOffice.Data
Assembly: SoCore.dll
Syntax
public enum SenderMailMode : short
Fields
Name | Description |
---|---|
UseDefaultSender | 0: Use default sender, saved in template SenderEmailAddress |
UseLoggedInUser | 3: Use logged in user. |
UseOurContact | 1: Use persons our contact email address |
UseSupportContact | 2: Use persons support contact. |
Extension Methods
EnumUtil.MapEnums<SuperOffice.Data.SenderMailMode, To>()