Modifier and Type | Method and Description |
---|---|
HeaderCollection |
Pop3Client.endGetMessageHeaders(com.aspose.ms.System.IAsyncResult asyncResult)
Waits for the asynchronous operation to complete.
|
HeaderCollection |
AttachmentBase.getHeaders()
Gets headers collection of attachment.
|
HeaderCollection |
MailMessage.getHeaders()
Gets headers collection of message
|
HeaderCollection |
MapiMessage.getHeaders()
Gets the transport message headers
|
HeaderCollection |
MessageInfoBase.getHeaders()
Gets the Headers of the E-Mail message.
|
HeaderCollection |
Pop3Client.getMessageHeaders(IConnection connection,
int sequenceNumber)
Gets the message headers
|
HeaderCollection |
Pop3Client.getMessageHeaders(IConnection connection,
String uniqueId)
Gets the message headers
|
HeaderCollection |
Pop3Client.getMessageHeaders(int sequenceNumber)
Gets the message headers
|
HeaderCollection |
Pop3Client.getMessageHeaders(String uniqueId)
Gets the message headers
|
Modifier and Type | Method and Description |
---|---|
void |
HeaderCollection.add(HeaderCollection c)
Adds a header to collection.
|
void |
MapiMessage.setHeaders(HeaderCollection value)
Gets the transport message headers
|
Constructor and Description |
---|
HeaderCollection(HeaderCollection col)
Initializes a new instance of the
HeaderCollection class. |