Click or drag to resize

MessageFiles Property

A array of public URLs of the attachments in the message.

Namespace:  WebexSDK
Assembly:  WebexSDK (in WebexSDK.dll) Version: 0.1.0.0 (0.1.0.0)
Syntax
C#
public List<RemoteFile> Files { get; set; }

Property Value

Type: ListRemoteFile
Remarks
Since: 0.1.0
See Also