[This is preliminary documentation and is subject to change.]
The direction of email accounts
Namespace:
OfficeClip.BusinessLayerAssembly: OfficeClip.BusinessLayer (in OfficeClip.BusinessLayer)
Version: 8.1.1.0
Syntax
C# |
---|
public enum EmailAccountDirection |
Visual Basic (Declaration) |
---|
Public Enumeration EmailAccountDirection |
Visual C++ |
---|
public enum class EmailAccountDirection |
Members
Member name | Description | |
---|---|---|
None |
None
| |
ReceiveOnly |
Account set for receive only
| |
SendOnly |
Account set for Send Only
| |
SendAndReceive |
Account set for send and receive
|