Listening to a PIN Message

Hello.

I have an application that is tuned to PIN messages.  I got this by checking the type of the message to see if it is equal to Message.PIN.  However, it doesn't seem to work.  The pin message is picked up as a regular e-mail message.  The message type is equal to Message.EMAIL_MESSAGE. I had read another post, indicating that this feature was broken in OS 4.5

I use 4.7, but it always seems to be broken. Anyone has an idea on how to distinguish the pin messages regular e-mail messages.

I even tried to see if the address is an instance of PinAddress, which did not work.

Thank you

This issue is still in BlackBerry handheld software version 4.7.0.  You can view the contents of the address.  The format of a PIN and email address are different (check the presence of the symbol @).

Tags: BlackBerry Developers

Similar Questions

  • using PIN messages to send the query and return data

    I am working on an app that will send a request to another blackberry and return the data all via PIN messages. There is a user interface where the user selects the contact and start the PIN message with the request. There is a background application that listens to these requests. When we arrive, he must inform the user and allow them to send the requested data or reject the request. If they choose to send, it will undertake a PIN to the sender with the requested data, which will then be returned to the screen. Is it possible by using PIN messages, and if so, can I prevent their display in the list of messages?

    You * can * remove PIN of the Inbox messages. For all purposes useful, this is just a specific instance of an ELECTRONIC message.

  • Can I listen to a voice message then save as a new voicemail?

    Can I listen to a voice message then save as a new voicemail?

    I need to be able to listen to a voice message, and then save this as new voice mail as a way to remind me that voicemail requires further action.  Is it possible to do?

    I'm on AT & T with an iPhone 5s.  Latest iOS.

    As to listen to voice messages via the carrier's own analog servers, it cannot be marked as not read times read.

    One idea would be to save them as voice memo, or share, as offered here - How to save voicemails on your iPhone - Apple Support

  • I agree with tamusik and he can't listen to I get message 'CRL update required 0xc00d28b7' but can't find it on the site of yor

    I agree with tamusik and he can't listen to I get message 'CRL update required 0xc00d28b7' but can't find it on your site. I have updated to the service pack, do everyting he has tls me nothing does not. Help, please. I pay for this service to music and cannot use use until I solve this problem
    'sincerely '.
    Alex

    Hello

    The license that is associated with an existing item of content requires a version more recent list (CRL) revocation certificate which is not present on the system. Your application can download most recent CRL using IWMDRMSecurity::PerformSecurityUpdate.
    http://msdn.Microsoft.com/en-us/library/Windows/desktop/dd798363 (v = vs. 85) .aspx

  • PIN messages

    Hello

    I'm Stephen Baker, an employee at CAS Corp., based in Oakville (Ontario).

    We provide a hosted emergency notification service, and we would like to include e-mail PIN in the list of communication options.

    The push API will allow the sending of PIN messages?  If not, what are our options?

    Stephen E. Baker

    Applications architect

    SAE Corporation

    The Service of Push BlackBerry allows you to push messages to a custom application, installed on a BlackBerry Smartphone.  It does not support the PIN messaging.

    However, what you describe is possible, but requires a BlackBerry Smartphone.  You may have a front end application (on a web server or where ever) who accepts the PIN of the destination user, the subject and the message of BlackBerry.  This application can communicate with a custom application running on a BlackBerry Smartphone to your environment, which could send the PIN message to the destination user.

  • Target of call for the PIN message (part of context menu)

    Hey. Here's a descriptor extracted bar that works with the context menu of email for sharing. How could it be changed to alow to work with PIN messages? So I want the user to bring up the context menu, select my app (a share point) and then I get the PIN and the PIN message subject. And it works with emails as before. Appreciate the help,

    See you soon

    Justin D.

        
            Alert for Reply
            
                icon.png
            
            card.previewer
            NotifyEmailReply
            
                bb.action.SHARE
                message/rfc822
                
            
        
    

    You will not be able to do it with the PIN messages as you can with e-mail.  Reception of invocation of sharing with the PIN messages is not supported.

  • INVALID_PARAMETER when PIN message sending

    Hello.

    I am trying to send a PIN message to a user via c#.  Here is my code:

    UserMessage message = new UserMessage();

    message. Subject = messageSubject;

    message. Body = messageBody;

    DispatcherMessageTypeEnum messageType = new DispatcherMessageTypeEnum();

    messageType.@enum = DispatcherMessageTypeEnumType.PIN;

    messageType.enumSpecified = true;

    sendMessageToUser request = new sendMessageToUser();

    request.userId = basServiceResultAttributes.userId;

    Request.message = message;

    response2 sendMessageToUserResponse = coreWebService.sendMessageToUser (request);

    Result SendMessageToUserResult = response2.returnValue;

    Console.WriteLine ("msg PIN status:" + result.sendMessageToUserReturnStatus.code);

    Seems simple enough, but I just get an invalid_parameter error.

    The message subject and body are plain text and the user name is correct.

    Can you see what I'm missing?

    Found the problem.

    Nothing has been done with messageType.  I just needed to add this line:

    request.messageTypeEnum = messageType;

    Now, it works fine.

  • Is BlackBerry a limit of the body of the PIN message?

    Hello

    Please suggest...

    Is BlackBerry a limit of the body of the pin message? for example message has the character of up to 160 limit...

    It is limited by the size... 32K or 64K function OS if I remember correctly.

  • How to send a pine Messages by programming of Web Site

    Hello

    I would like to know how to send the Pin Messages by my Web site programming. I was told to ask this Question in the Section of Java development, so I guess that's where I am now .

    Thank you

    BBRY/RIM does not have a public API for this, it is not possible to send PIN messages without device.

  • FolderType the received PIN messages?

    Anyone know what is the FolderType of PIN messages?

    Also, when did a message is stored in FolderType "Classified" and "Uncategorized".

    Help, please

    PIN messages are stored in a folder with a type of Folder.INBOX.  It filed messages exist in one folder other than Inbox, project or sent.  Messages not classified to not have a folder that was.

  • BlackBerry 10 What are the PIN Messages?

    Greetings,

    Are the Messages of pine that a lite version of BBM?

    Thank you

    Shane.

    Info: http://cellphones.about.com/od/BlackBery-How-To/a/blackberry-pin-messaging.htm

  • Is it possible to invoke the mail app to send a pin message?

    Hello. I need to invoke the e-mail application to allow the user to send a pin message. Currently, it seems that you can only do for sms and emails.
    Is there a way to put a flag or something saying the BONES it's a pin message?

    Thanks in advance.

    If you send the message to a PINAddress, rather than an address, a PIN message.

    See the documentation for the API for PINAddress.

    Code looks like this:

        try {
            pinReplyTo[0] = new PINAddress(pin,name);
            newMessage.addRecipients(Message.RecipientType.TO,pinReplyTo);
        }
        catch (Exception e){
             System.out.println(e);
        }
    
  • PIN messages - how to get the PIN code device

    How can I get the alphanumeric ID pin the device uses to send pin messages? I got no refrence to it in the documentation of the api.

    DeviceInfo.getDeviceId)

  • PIN message?

    Hi all

    I am trying to send the message of pine with Transport.send (). but not deleivered to the message recipient device. Can someone tell me who - is - it possible to send the message of pine by programming? If yes then please tell me howi can send pin messages

    Thanks in advance

    I ran into this also.

    Message.Reply () is broken in many ways: one of these questions is that a reply() a pine tree creates an email, rather than a PIN message.

    The workaround is to create your own empty PIM message, and then copy the information you need from the original message.

  • How to check the possibility to send the PIN message?

    Hello

    Is it possible to verify that a device is able to send a PIN message without sending the message to the PIN and check its status? I cover all possible cases, such as devices with WIFI and without, company activated devices and is not active and etc., devices with antenna radio off the coast.

    Best regards.

    I think you need to BIS to send PIN messages.

    If this is the case, you can use CoverageInfo to check for this.

Maybe you are looking for

  • Can I use my Apple Watch to turn down the volume on my iPhone?

    Hello. I am looking to buy a Apple Watch for my wife for her birthday. She wants it only if it is supported by a very specific scenario. She wants to be able to turn down the volume on his iPhone * of * his Apple Watch. Is this supported? To be very

  • Product key for windows 10

    Hello Recently, I have a laptop HP preinstalled Windows 10. Everything was fine until tonight. System has proved to be valid until the 12.03.2016. Pressing on 'Activate' does not help. As you can see below... "Windows is activated" but expires on "so

  • How to bothAnalog DBL and Analog 2D 1 d DAQmx read.vi wfm

    Hello I use Labview2010 and NIUSB6009 for aquairing data. I need to have two Analog1D waveforms and Analog DBl DAQmx Read.vi 2D. I do continuous sampling. no idea how to get both types of DAQmx Read.vi? Thank you

  • How to protect the files on the computer when you connect to a WiFi hotspot?

    If I have internet access in the coffee-shop, they provide Wi - Fi service, Referring to a following linked picture, I have always to deselect file and print sharing for my network setting the option, It will be safe enough protect anyone taking any

  • Update is not recognize me as an administrator, the only account on my workstation.

    After you install a router, I tried to enjoy - as advertised - the possibility to use the USB port on the router to share a printer between 2 computers.  I tried to put in place so that my Windows 7 laptop and my Windows XP workstation could share th