Share via


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)
[BrowsableAttribute(false)]
public List<MimePartContentDescription> CustomMimeParts { get; private set; }
[BrowsableAttribute(false)]
public:
property List<MimePartContentDescription^>^ CustomMimeParts {
    List<MimePartContentDescription^>^ get ();
    void set (List<MimePartContentDescription^>^ value);
}
function get_customMimeParts();
function set_customMimeParts(value);

See Also

OutboundCallActivity Class

Microsoft.Rtc.Workflow.Activities Namespace