Share via


SPMobileMessageContentPart.MimeType property

Gets or sets the MIME type of the content part.

Namespace:  Microsoft.SharePoint.MobileMessage
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public Property MimeType As String
    Get
    Set
'Usage
Dim instance As SPMobileMessageContentPart
Dim value As String

value = instance.MimeType

instance.MimeType = value
public string MimeType { get; set; }

Property value

Type: System.String
The MIME type of the content part.

Remarks

In SharePoint Foundation, this is always “text/plain”.

See also

Reference

SPMobileMessageContentPart class

SPMobileMessageContentPart members

Microsoft.SharePoint.MobileMessage namespace