Esempio n. 1
0
            ///////////////
            // INREPLYTO //
            ///////////////

            public long?GetInReplyTo(Message msg)
            {
                return((long?)msg.Get(mf_inReplyTo));
            }
Esempio n. 2
0
            ///////////////
            // MESSAGEID //
            ///////////////

            public long?GetMessageId(Message msg)
            {
                return((long?)msg.Get(mf_messageId));
            }