Skip to content

Commit 03fb2cd

Browse files
committed
2 parents c71eeef + dfa591e commit 03fb2cd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Model/EmailAccountRequest.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ public class EmailAccountRequest
5353
public string Login { get; set; }
5454

5555
/// <summary>
56-
/// Security mode for a mail client Enum, available values: None, SSLExplicit, SSLImplicit, SSLAuto, Auto
56+
/// Enum, available values: None, SSLExplicit, SSLImplicit, SSLAuto, Auto
5757
/// </summary>
5858
public string SecurityOptions { get; set; }
5959

docs/EmailAccountRequest.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Name | Type | Description | Notes
55
**Host** | **string** | Email account host |
66
**Port** | **int?** | Email account port |
77
**Login** | **string** | Email account login |
8-
**SecurityOptions** | **string** | Security mode for a mail client Enum, available values: None, SSLExplicit, SSLImplicit, SSLAuto, Auto |
8+
**SecurityOptions** | **string** | Enum, available values: None, SSLExplicit, SSLImplicit, SSLAuto, Auto |
99
**ProtocolType** | **string** | Type of connection protocol. Enum, available values: IMAP, POP3, SMTP, EWS, WebDav |
1010
**Description** | **string** | Email account description | [optional]
1111
**StorageFile** | [**StorageFileLocation**](StorageFileLocation.md) | A storage file location info to store email account |

0 commit comments

Comments
 (0)