Impp Enumeration

Named constants to specify the type of an instant messenger handle in vCard 3.0. The constants can be combined.

Definition

Namespace: FolkerKinzel.VCards.Enums
Assembly: FolkerKinzel.VCards (in FolkerKinzel.VCards.dll) Version: 8.2.0+a3997783578d19ef70b23d32085936c13ed21656
C#
[FlagsAttribute]
public enum Impp

Remarks

  Tip

When working with the enum use the extension methods from the ImppExtension class.

Members

Personal1Personal
Business2Business
Mobile4Mobile

Extension Methods

IsSetChecks whether all flags set in flags are also set in value.
(Defined by ImppExtension)
SetSets all the flags set in flags in value.
(Defined by ImppExtension)
UnsetUnsets all flags set in flags in value.
(Defined by ImppExtension)

See Also