Gets an object type representing a built-in real object type.
| Visual Basic |
|---|
Public Function GetBuiltInObjectType( _ ByVal ObjectType As MFBuiltInObjectType _ ) As ObjType |
| Value | Description |
|---|---|
| MFBuiltInObjectTypeAssignment | The assignment object type. |
| MFBuiltInObjectTypeDocument | The document object type. |
| MFBuiltInObjectTypeDocumentCollection | The document collection type. |
| MFBuiltInObjectTypeDocumentOrDocumentCollection | A special value that refers to both the document and the document collection types. Can be used in e.g. search conditions. |
| MFBuiltInObjectTypeEmail | The email object type. |
| MFBuiltInObjectTypeEmailConversation | The email conversation object type. |
| MFBuiltInObjectTypeShare | The share object type. |