SmtpAddress.GetBytes Method (Byte[], Int32)

[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders. Some topics may contain links to blank placeholder topics.]

Namespace: Microsoft.Exchange.Data
Assembly: Microsoft.Exchange.Data (in microsoft.exchange.data.dll)

Syntax

'Declaration

                    Public Function GetBytes ( _
    array As Byte(), _
    offset As Integer _
) As Integer
                  
                    public int GetBytes (
    byte[] array,
    int offset
)
                  
                    public:
int GetBytes (
    array<unsigned char>^ array, 
    int offset
)
                  
                    public int GetBytes (
    byte[] array, 
    int offset
)
                  
                    public function GetBytes (
    array : byte[], 
    offset : int
) : int
                  

Parameters

  • array
  • offset

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows XP Professional with Service Pack 2 (SP2)

Target Platforms

See Also

Reference

SmtpAddress Structure
SmtpAddress Members
Microsoft.Exchange.Data Namespace