You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/ClientMessageApi.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -41,7 +41,7 @@ Name | Type | Description | Notes
41
41
**file** | **byte[]**| Message file to append. |
42
42
**storage** | **String**| Storage name where account file located. | [optional]
43
43
**accountStorageFolder** | **String**| Folder in storage where account file located. | [optional]
44
-
**format** | **String**| Email file format. Enum, available values: Eml, Msg, MsgUnicode, Mhtml, Html, Tnef | [optional][default to 0]
44
+
**format** | **String**| Email file format. Enum, available values: Eml, Msg, MsgUnicode, Mhtml, Html, Tnef, Oft | [optional][default to 0]
45
45
**folder** | **String**| Path to folder on email server to append message to. | [optional]
46
46
**markAsSent** | **Boolean**| Determines that appended message should be market as sent or not. | [optional][default to true]
47
47
@@ -94,7 +94,7 @@ Name | Type | Description | Notes
94
94
**storage** | **String**| Storage name where account file located. | [optional]
95
95
**accountStorageFolder** | **String**| Folder in storage where account file located. | [optional]
96
96
**type** | **String**| MailMessageBase type. Using this property you can fetch message in different formats (as EmailDto, MapiMessageDto or a file represented as Base64 string). Enum, available values: Dto, Mapi, Base64 | [optional][default to 0]
97
-
**format** | **String**| Base64 data format. Used only if type is set to Base64. Enum, available values: Eml, Msg, MsgUnicode, Mhtml, Html, Tnef | [optional][default to 0]
97
+
**format** | **String**| Base64 data format. Used only if type is set to Base64. Enum, available values: Eml, Msg, MsgUnicode, Mhtml, Html, Tnef, Oft | [optional][default to 0]
98
98
99
99
### Return type
100
100
@@ -127,7 +127,7 @@ Name | Type | Description | Notes
127
127
**folder** | **String**| Account folder to fetch from (should be specified for some protocols such as IMAP) | [optional]
128
128
**storage** | **String**| Storage name where account file located. | [optional]
129
129
**accountStorageFolder** | **String**| Folder in storage where account file located. | [optional]
130
-
**format** | **String**| Fetched message file format. Enum, available values: Eml, Msg, MsgUnicode, Mhtml, Html, Tnef | [optional][default to 0]
130
+
**format** | **String**| Fetched message file format. Enum, available values: Eml, Msg, MsgUnicode, Mhtml, Html, Tnef, Oft | [optional][default to 0]
131
131
132
132
### Return type
133
133
@@ -166,7 +166,7 @@ Name | Type | Description | Notes
166
166
**accountStorageFolder** | **String**| Folder in storage where account file located | [optional]
167
167
**recursive** | **Boolean**| Specifies that should message be searched in subfolders recursively | [optional][default to false]
168
168
**type** | **String**| MailMessageBase type. Using this property you can get messages in different formats (as EmailDto, MapiMessageDto or a file represented as Base64 string). Enum, available values: Dto, Mapi, Base64 | [optional][default to 0]
169
-
**format** | **String**| Base64 data format. Used only if type is set to Base64. Enum, available values: Eml, Msg, MsgUnicode, Mhtml, Html, Tnef | [optional][default to 0]
169
+
**format** | **String**| Base64 data format. Used only if type is set to Base64. Enum, available values: Eml, Msg, MsgUnicode, Mhtml, Html, Tnef, Oft | [optional][default to 0]
170
170
171
171
### Return type
172
172
@@ -229,7 +229,7 @@ Name | Type | Description | Notes
229
229
**file** | **byte[]**| File to send |
230
230
**storage** | **String**| Storage name where account file located. | [optional]
231
231
**accountStorageFolder** | **String**| Folder in storage where account file located. | [optional]
232
-
**format** | **String**| Email file format Enum, available values: Eml, Msg, MsgUnicode, Mhtml, Html, Tnef | [optional][default to 0]
232
+
**format** | **String**| Email file format Enum, available values: Eml, Msg, MsgUnicode, Mhtml, Html, Tnef, Oft | [optional][default to 0]
0 commit comments