Enum SenderMailMode
Sender email mode This Enum is used by: DocTmpl.senderEmailMode
Namespace: SuperOffice.Data
Assembly: SoCore.dll
Syntax
[DataContract(Namespace = "http://www.superoffice.net/ws/crm/NetServer/10.3.0.0")]
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. |