Interface IEmailHeaders
- All Known Implementing Classes:
 EmailHeaders
public interface IEmailHeaders
Interface IEmailHeaders.
- 
Method Summary
Modifier and TypeMethodDescriptionvoidaddEmailHeader(int index, IEmailHeaderType vEmailHeader) Method addEmailHeadervoidaddEmailHeader(IEmailHeaderType vEmailHeader) Method addEmailHeadervoidMethod clearEmailHeaderMethod getEmailHeadergetEmailHeader(int index) Method getEmailHeaderintMethod getEmailHeaderCountremoveEmailHeader(int index) Method removeEmailHeadervoidsetEmailHeader(int index, IEmailHeaderType vEmailHeader) Method setEmailHeadervoidsetEmailHeader(List emailHeaderList) Method setEmailHeaderSets the value of 'emailHeader' by copying the given ArrayList. 
- 
Method Details
- 
addEmailHeader
Method addEmailHeader- Parameters:
 vEmailHeader-- Throws:
 IndexOutOfBoundsException
 - 
addEmailHeader
Method addEmailHeader- Parameters:
 index-vEmailHeader-- Throws:
 IndexOutOfBoundsException
 - 
clearEmailHeader
void clearEmailHeader()Method clearEmailHeader - 
getEmailHeader
Method getEmailHeader- Parameters:
 index-- Throws:
 IndexOutOfBoundsException
 - 
getEmailHeader
List getEmailHeader()Method getEmailHeader - 
getEmailHeaderCount
int getEmailHeaderCount()Method getEmailHeaderCount - 
removeEmailHeader
Method removeEmailHeader- Parameters:
 index-- Throws:
 IndexOutOfBoundsException
 - 
setEmailHeader
Method setEmailHeader- Parameters:
 index-vEmailHeader-- Throws:
 IndexOutOfBoundsException
 - 
setEmailHeader
Method setEmailHeaderSets the value of 'emailHeader' by copying the given ArrayList.- Parameters:
 emailHeaderList- the Vector to copy.
 
 -