VCardAgentAgentCard Property |
Gets or sets an agent's card (
null if
ValueLocation is not
INLINE)
Namespace:
Aspose.Email.PersonalInfo.VCard
Assembly:
Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntaxpublic VCardContact AgentCard { get; set; }
Public Property AgentCard As VCardContact
Get
Set
public:
property VCardContact^ AgentCard {
VCardContact^ get ();
void set (VCardContact^ value);
}
member AgentCard : VCardContact with get, set
Property Value
Type:
VCardContact
See Also