Class CApiMailAttachmentCollection
	
	Collection for work with attachments.
	 
	
		- 
MailSo\Base\Collection
			
			
		
- 
			 CApiMailAttachmentCollection CApiMailAttachmentCollection
		
		
		
		Package: Mail\
Classes
			Located at mail/classes/attachment-collection.php		
	
 
		
			Methods summary
			
		
			| 
				 protected 
				
				
				 |  | 
		
			| 
				 public static
				CApiMailAttachmentCollection | 
			#
			createInstance( )
				Creates new instance of the object. 
				Creates new instance of the object. Returns | 
		
			| 
				 public 
				integer
				
				 | 
			#
			getInlineCount( boolean $bCheckContentID = false )
				Returns count of inline attachments in collection. 
				Returns count of inline attachments in collection. Parameters
						$bCheckContentID= false. If true excludes attachments without content id.Returns
						integer
					 | 
		
			| 
				 public 
				boolean
				
				 | 
			#
			hasNotInlineAttachments( )
				Indicates if collection includes not inline attachments. 
				Indicates if collection includes not inline attachments. Returns
						boolean
					 | 
		
			| 
				 public 
				boolean
				
				 | 
			#
			hasVcardAttachment( )
				Indicates if collection includes at least one vcard attachment. 
				Indicates if collection includes at least one vcard attachment. Returns
						boolean
					 | 
		
			| 
				 public 
				boolean
				
				 | 
			#
			hasIcalAttachment( )
				Indicates if collection includes at least one ical attachment. 
				Indicates if collection includes at least one ical attachment. Returns
						boolean
					 |