MimePartContentDescription.IsHandlingRequired Property
Gets or sets whether the handling of the MIME part is required.
Namespace: Microsoft.Rtc.Collaboration
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public Property IsHandlingRequired As Boolean
Get
Set
'Usage
Dim instance As MimePartContentDescription
Dim value As Boolean
value = instance.IsHandlingRequired
instance.IsHandlingRequired = value
public bool IsHandlingRequired { get; set; }
Property Value
Type: System.Boolean
See Also
Reference
MimePartContentDescription Class