EMInboundAddressSaveItemsSaveItemIsDefault Property 
                         | 
                    
                
Alterian Email Manager 6.2.3 SDK Help File 
            Flag to set default inbound email address for the given user.
            
Namespace:   
   DMLibraryAssembly:
   DMLibrary (in DMLibrary.dll) Version: 1.0.6340.17420
Syntaxpublic bool IsDefault { get; set; }Public Property IsDefault As Boolean
	Get
	Set
public:
property bool IsDefault {
	bool get ();
	void set (bool value);
}member IsDefault : bool with get, set
function get_IsDefault();
function set_IsDefault(value);
Property Value
Type: 
Boolean
See Also