EMDocumentActivityItemDoucmentType Property 
                         | 
                    
                
Alterian Email Manager 6.2.3 SDK Help File 
            The Type of document associated with this activity.
            
Namespace:   
   DMLibraryAssembly:
   DMLibrary (in DMLibrary.dll) Version: 1.0.6340.17420
Syntaxpublic EMDocumentType DoucmentType { get; set; }Public Property DoucmentType As EMDocumentType
	Get
	Set
public:
property EMDocumentType DoucmentType {
	EMDocumentType get ();
	void set (EMDocumentType value);
}member DoucmentType : EMDocumentType with get, set
function get_DoucmentType();
function set_DoucmentType(value);
Property Value
Type: 
EMDocumentType
See Also