MimeContent(String, Byte) - конструктор |
Пространство имён:
Tessa.Exchange.WebServices.Data
Сборка:
Tessa.Server (в Tessa.Server.dll) Версия: 3.5.0.19
Синтаксис public MimeContent(
string characterSet,
byte[] content
)
Public Sub New (
characterSet As String,
content As Byte()
)
public:
MimeContent(
String^ characterSet,
array<unsigned char>^ content
)
new :
characterSet : string *
content : byte[] -> MimeContent
Параметры
- characterSet
- Тип: SystemString
The character set of the content. - content
- Тип: SystemByte
The content.
См. также