Class ExchangeObjectManager
Legacy exchange object manager.
Inheritance
System.Object
ExchangeObjectManager
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Simplic.Framework.Exchange
Assembly: Simplic.Framework.dll
Syntax
[Obsolete("This manager will be removed with simplic studio 9.x")]
public class ExchangeObjectManager
Properties
| Improve this Doc View SourceSingleton
Singleton access, no instances can be created
Declaration
public static ExchangeObjectManager Singleton { get; }
Property Value
Type | Description |
---|---|
ExchangeObjectManager |
Methods
| Improve this Doc View SourceIgnoreSslCertificates()
If called, ssl/tls certificates will be ignored
Declaration
public void IgnoreSslCertificates()