ContentDescription Constructors

Definition

Overloads

ContentDescription()

Initializes an instance of the class.

ContentDescription(ContentType, Byte[])

Initializes an instance of the class with parameters.

ContentDescription(ContentType, String)

Initializes an instance of the class with parameters.

ContentDescription()

Initializes an instance of the class.

C#
public ContentDescription ();

Applies to

Lync UCMA latest and other versions
Product Versions
Lync UCMA 4.0, 5.0, latest

ContentDescription(ContentType, Byte[])

Initializes an instance of the class with parameters.

C#
public ContentDescription (System.Net.Mime.ContentType contentType, byte[] body);

Parameters

contentType
ContentType

The content type.

body
Byte[]

The message body of the Invite message.

Applies to

Lync UCMA latest and other versions
Product Versions
Lync UCMA 4.0, 5.0, latest

ContentDescription(ContentType, String)

Initializes an instance of the class with parameters.

C#
public ContentDescription (System.Net.Mime.ContentType contentType, string body);

Parameters

contentType
ContentType

The content type.

body
String

The message body of the Invite message.

Exceptions

Thrown when the character set on the content type is not supported.

Applies to

Lync UCMA latest and other versions
Product Versions
Lync UCMA 4.0, 5.0, latest