OutboundCallActivity.CustomMimeParts Property

Gets the list of MimePartContentDescriptions to be set on the outbound call.

Namespace:  Microsoft.Rtc.Workflow.Activities
Assembly:  Microsoft.Rtc.Workflow (in Microsoft.Rtc.Workflow.dll)

Syntax

'Declaration
<BrowsableAttribute(False)> _
Public Property CustomMimeParts As List(Of MimePartContentDescription)
    Get
    Private Set
'Usage
Dim instance As OutboundCallActivity
Dim value As List(Of MimePartContentDescription)

value = instance.CustomMimeParts
[BrowsableAttribute(false)]
public List<MimePartContentDescription> CustomMimeParts { get; private set; }

Property Value

Type: System.Collections.Generic.List<MimePartContentDescription>

See Also

Reference

OutboundCallActivity Class

OutboundCallActivity Members

Microsoft.Rtc.Workflow.Activities Namespace