InstantMessagingCall.DefaultMediaType Property

Definition

Gets the default media type for this call.

public:
 virtual property System::String ^ DefaultMediaType { System::String ^ get(); void set(System::String ^ value); };
public override string DefaultMediaType { get; set; }
member this.DefaultMediaType : string with get, set
Public Overrides Property DefaultMediaType As String

Property Value

Exceptions

Thrown when an application attempts to set property.

Remarks

For InstantMessagingCall, default mediaType is Message.

Applies to