ICard3Profile Property
IT Hit WebDAV Classes Reference
Gets or sets a business card profile.
Namespace:
ITHit.Collab.Card
Assembly:
ITHit.Collab (in ITHit.Collab.dll) Version: 1.0.0.540 (1.0.0.540)
Syntax IProfile3 Profile { get; set; }
Property Profile As IProfile3
Get
Set
property IProfile3^ Profile {
IProfile3^ get ();
void set (IProfile3^ value);
}
abstract Profile : IProfile3 with get, set
Property Value
Type:
IProfile3Remarks If it is present its value is "VCARD".
http://tools.ietf.org/html/rfc2426#section-2.1.3
See Also