getMessage() of Folder class returns?

Options
- String array
- Message array
- List of Folder
- Enumeration of String


CORRECT ANSWER : Message array

Discussion Board
Folder's getMessage() returns an abstract Message object

A Folder's getMessage() returns an abstract Message object.
A Folder's getMessages() returns an array of Messages, Message[].



Dwight Lillie 01-18-2015 03:06 PM

Write your comments


Enter the code shown above:

(Note: If you cannot read the numbers in the above image, reload the page to generate a new one.)


Advertisement