LumiSoft Mail Server User API
Photo Property
Namespaces > LumiSoft.Net.Mime.vCard > vCard > Photo
Gets or sets person photo. Returns null if PHOTO: item doesn't exist.
Syntax
C#Visual BasicManaged C++
public Image Photo { get; set; }
Public Property Photo As Image
public:
Image^ Photo {
	Image^ get ();
	void set (Image^ value);
}

Assembly: LumiSoft.Net Version: 2.0.2636.18419 (Module: LumiSoft.Net)