My MIDlet application does dialog with some server using SMSs.
As a result server (or any other phone ) may send VCards (Business cards) while MIDlet is running.

As I understand, they go to a specific port. My application needs to know when such VCard arrives. It doesn't need to process it, phone should handle this issue. App needs only being notified that VCard arrived.

Is this possible? And how?