39 references to cachedMessage
System.Messaging (39)
System\Messaging\DefaultPropertiesToSend.cs (39)
62return this.cachedMessage.AcknowledgeType; 67this.cachedMessage.AcknowledgeType = value; 93return this.cachedMessage.AdministrationQueue; 103this.cachedMessage.AdministrationQueue = value; 119return this.cachedMessage.AppSpecific; 124this.cachedMessage.AppSpecific = value; 141return this.cachedMessage.AttachSenderId; 146this.cachedMessage.AttachSenderId = value; 156return this.cachedMessage; 173return this.cachedMessage.EncryptionAlgorithm; 178this.cachedMessage.EncryptionAlgorithm = value; 197return this.cachedMessage.Extension; 202this.cachedMessage.Extension = value; 220return this.cachedMessage.HashAlgorithm; 225this.cachedMessage.HashAlgorithm = value; 241return this.cachedMessage.Label; 246this.cachedMessage.Label = value; 261return this.cachedMessage.Priority; 266this.cachedMessage.Priority = value; 284return this.cachedMessage.Recoverable; 289this.cachedMessage.Recoverable = value; 309return this.cachedMessage.ResponseQueue; 319this.cachedMessage.ResponseQueue = value; 337return this.cachedMessage.TimeToBeReceived; 342this.cachedMessage.TimeToBeReceived = value; 360return this.cachedMessage.TimeToReachQueue; 365this.cachedMessage.TimeToReachQueue = value; 384return this.cachedMessage.TransactionStatusQueue; 394this.cachedMessage.TransactionStatusQueue = value; 409return this.cachedMessage.UseAuthentication; 414this.cachedMessage.UseAuthentication = value; 430return this.cachedMessage.UseDeadLetterQueue; 435this.cachedMessage.UseDeadLetterQueue = value; 450return this.cachedMessage.UseEncryption; 455this.cachedMessage.UseEncryption = value; 471return this.cachedMessage.UseJournalQueue; 476this.cachedMessage.UseJournalQueue = value; 492return this.cachedMessage.UseTracing; 497this.cachedMessage.UseTracing = value;