Пример #1
0
            ///////////////
            // INREPLYTO //
            ///////////////

            public long?GetInReplyTo(Message msg)
            {
                return((long?)msg.Get(mf_inReplyTo));
            }
Пример #2
0
            ///////////////
            // MESSAGEID //
            ///////////////

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