Brecham.Obex — An OBEX library for the .NET Framework

ObexFileOrFolderItem.Type Property

“ This attribute works similarly to the OBEX Type header and expresses the MIME type of the file object.”

[Visual Basic]
Public Property Type As String
[C#]
public string Type {get; set;}

Remarks

“This attribute works similarly to the OBEX Type header and expresses the MIME type of the file object. It can be used to interpret the files’ internal format or an application association. ”

See Also

ObexFileOrFolderItem Class | Brecham.Obex.Objects Namespace