ContactAnnotationOperations
ContactAnnotationOperations
ContactAnnotationOperations
ContactAnnotationOperations
Enum
Definition
Specifies the types of operations you can perform with a Contact.
This enumeration has a System.FlagsAttribute attribute that allows a bitwise combination of its member values.
public : enum class ContactAnnotationOperationspublic enum ContactAnnotationOperationsPublic Enum ContactAnnotationOperations// You can use this enum in JavaScript.
- Attributes
-
System.FlagsAttribute ContractVersionAttribute
Windows 10 requirements
| Device family |
Windows 10 (introduced v10.0.10240.0)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v1)
|
Fields
| AudioCall AudioCall AudioCall AudioCall | Make and audio call. |
| ContactProfile ContactProfile ContactProfile ContactProfile | Get the contact profile. |
| Message Message Message Message | Send an SMS/MMS message. |
| None None None None | None |
| Share Share Share Share | Share the contact. |
| SocialFeeds SocialFeeds SocialFeeds SocialFeeds | Access social media feeds. |
| VideoCall VideoCall VideoCall VideoCall | Make a video call. |
Remarks
Use the OR operator to combine these values together into a single bit field.